User dfeb81947d
07-06-2005 14:04:50
Dear Support,
I upgraded JChem from 2.1 to 3.0.12.
But the molecules converted to png are now less clear and sharp with JChem 3.0.12 than JChem 2.1
I use the same code for the two version.
is there a way to put the molecules wires darker in the pictures.
Or is my way to create pictures not the proper way?
thank you very much for your help.
Best regards
Jacques
I upgraded JChem from 2.1 to 3.0.12.
But the molecules converted to png are now less clear and sharp with JChem 3.0.12 than JChem 2.1
I use the same code for the two version.
Code: |
OutputStream os = resp.getOutputStream(); os.write(MolImporter.importMol(molFile).toBinFormat("png:w100,h100,#FFF5DE") ); |
is there a way to put the molecules wires darker in the pictures.
Or is my way to create pictures not the proper way?
thank you very much for your help.
Best regards
Jacques