> I am hoping to convert a number of molecules in a .smi file to a single .png 
> file with all of the structures displayed:

I dunno. I use a Mac, so the PNG format isn't very useful for me. But you can 
do this pretty easily with the SVG format and then use another program to 
convert from SVG to PNG.

http://openbabel.org/docs/dev/FileFormats/SVG_depiction.html

There are multiple tools to convert from SVG to PNG, but I usually have 
ImageMagick installed:
mogrify -path /fullpathto/pngdirectory -format png *.svg

-Geoff
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to