Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I've just drawn my first circuit with KiCad / EESchema (on Kubuntu) to insert my circuit diagram into one of my answers. But I can't find a way to export to PNG (nor gif or jpg).

How can I export my schematic in such a way that I can easily upload it here?

share|improve this question

1 Answer

up vote 3 down vote accepted

This works across platforms and software tools, and is acceptable for generating images for websites and other non-printing uses.

  1. Adjust screen so that the schematic/board/whatever looks like it should in the final image
  2. Press the Print Screen button
  3. Paste the image into GIMP (or your favorite image editing software)
  4. Crop the image so that only the important portion of the schematic/board/whatever is showing
  5. Save the image to whatever format you like
share|improve this answer
I figured that one too, but I hoped there would be a smart shortcut. I'd prefer the plot to SVG and Inkscape.org route though. – jippie Apr 19 '12 at 20:40
1  
Alt+ prt scrn for just the active window or print to PDF ( if you have an easy pdf printer installed like Foxit – Tony Stewart Apr 20 '12 at 5:59
1  
@TonyStewart, this is not windows, it is Ubuntu. – abdullah kahraman Apr 20 '12 at 7:05
This feature should really be in the blueprints. – abdullah kahraman Apr 20 '12 at 7:13
1  
@abdullahkahraman I believe alt-printscreen works under Linux as well, although I use something other than Ubuntu. – W5VO Apr 20 '12 at 13:15
show 2 more comments

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.