From chemistry-request \\at// server.ccl.net Tue Mar 14 11:36:25 2000 Received: from wn1.sci.kun.nl (wn1.sci.kun.nl [131.174.8.1]) by server.ccl.net (8.8.7/8.8.7) with ESMTP id LAA21882 for ; Tue, 14 Mar 2000 11:36:24 -0500 Received: from studs3.sci.kun.nl by wn1.sci.kun.nl via studs3.sci.kun.nl [131.174.124.4] with ESMTP for id RAA16693 (8.8.8/3.29); Tue, 14 Mar 2000 17:36:11 +0100 (MET) From: "E.L. Willighagen" Received: by studs3.sci.kun.nl via egonw \\at// localhost for CHEMISTRY \\at// ccl.net id RAA07229 (8.8.8/3.1); Tue, 14 Mar 2000 17:36:10 +0100 (MET) Date: Tue, 14 Mar 2000 17:36:10 +0100 (MET) Message-Id: <200003141636.RAA07229 %-% at %-% studs3.sci.kun.nl> To: CHEMISTRY #at# ccl.net Subject: re: converting of chemical structures into graphical images > I am looking for tools to convert chemical structure files (preferably MDL > molfiles or Chemical markup Language) into graphic files. As an output format: > SVG, bitmap (JPEG) > It would also be nice havingthe source code available. If you are willing to do some programming: have a look at these two programs: JMol (3D) or JChemPaint (2D). Both are opensource, written in Java, and have CML import filter (one has MDL as well i think) and can export bitmaps... Just pick the appropriate classes and glue them together... the addresses are: http://www.openscience.org/jmol/ and http://www.ice.mpg.de/~stein/projects/JChemPaint/ Egon