[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: black on white png output?
Go to Ronja website, there are all thinkable output format
and color/bw/inverted combinations for the schematics, so pick up
your favourite, and then just rip apart the Ronja source code and
look what is being exactly called.
ronja.twibright.com
CL<
On Tue, Oct 04, 2005 at 08:08:05PM -0400, Ales Hvezda wrote:
> [snip]
> >Anyone know how to either get some sort of eps with preview or if not,
> >an easy way to export to png with black lines on a white background?
>
> How about:
>
> (image-color "disabled")
>
> in any gschemrc. Let me know if this doesn't work.
>
> Although it might be better to create a ps, convert to eps, and then convert
> into whatever bitmap/vector format you may need.
>
> (My new personal posting policy is to answer all new questions with an
> entry from the FAQ, so here is a new entry: :)
>
> http://geda.seul.org/dokuwiki/doku.php?id=geda:faq-tools#how_can_i_get_black_and_white_postscript_png_output
>
> )
>
> -Ales