How to add a logo to Eagle schematic

Electronics & Electrical Engineering Topics
Post Reply
User avatar
SevenZero
Major
Major
Posts: 263
Joined: Sun Nov 01, 2009 8:37 pm

How to add a logo to Eagle schematic

Post by SevenZero » Mon Feb 20, 2012 4:01 pm

When you design circuit diagrams with Eagle, it is mostly required to add a logo to your print. Here is how you could do it.

The Cadsoft miscellaneous downloads page has a number of utilities and Perl scripts that convert images to Eagle compatible scripts. We tried a few, and liked BMP2EAGLE the best. BMP2EAGLE works by converting simple monochrome bitmap images into dots that can be drawn in Eagle with a script.
bmp2eagle.png
bmp2eagle.png (3.96 KiB) Viewed 3019 times
  • The bitmap format used by our usual photo editor wasn’t compatible with BMP2EAGLE. We saved the logo as a large (450px wide) GIF file, loaded that in Windows Paint and saved it as a BMP. Windows Paint outputs a compatible format.
  • Start BMP2EAGLE and load the image file.
  • The ‘Scale’ setting determines how big each bitmap pixel will be in Eagle. We got the best ‘resolution’ by using a large image and small scale value (0.2mils per pixel) to produce a small logo.
  • BMP2EAGLE scripts draw the black areas of the bitmap, tick ‘Negative’ if you’d rather draw the white areas.
  • Click start to output the script.
  • Open Eagle and create a new part library, then create a new package.
  • Run the script (file->script) to draw the image on the new package. Save the library.
  • Load the library for use (library->use). Add the logo from the library directly to the PCB (there’s no schematic component).
Maybe this will help someone else import a logo or image into Eagle. There’s a few other conversion utilities in the Cadsoft miscellaneous download folder if BMP2EAGE doesn’t work for you.
Post Reply

Return to “Electronics & Electrical Engineering”