[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Hand-made "PNG export"



> Any HID experts want to guess at how hard it would be to make an
> exporter that did this sort of thing automatically?

Not that hard, if you can figure out how to write a native GIMP file.

The core gives you each layer in sequence, the existing png exporter
shows you how to rasterize them.  You "just" have to store each layer
with the appropriate colorization and alpha/blending codes.

Instead of snapshots, try using the postscript exporter into separate
files, convert those to bitmaps with ghostscript, and import them into
the gimp.  Or use a command-line script-fu to process them.


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user