User 3afdb4ab90
23-08-2004 21:51:49
I'm trying to convert some molfiles to jpeg using a modified version
of SimpleConverter.java. I plan to create two atomsets after reading
each molfile.
When I use the following format string: "jpeg:w300,h200,atomset"
I get an error that the option "tomset" is unrecognized.
This same error occurs with molconvert. For example:
molconvert -2 "jpeg:w300,atomset" -o output.jpeg -s "c1ccccc1CCOC"
gives the error:
Unknown option(s) "tomset"
I think the error originates in toBinFormat.
I'm using marvinbeans-3.4.2
Can you help?
Thanks,
TJ
of SimpleConverter.java. I plan to create two atomsets after reading
each molfile.
When I use the following format string: "jpeg:w300,h200,atomset"
I get an error that the option "tomset" is unrecognized.
This same error occurs with molconvert. For example:
molconvert -2 "jpeg:w300,atomset" -o output.jpeg -s "c1ccccc1CCOC"
gives the error:
Unknown option(s) "tomset"
I think the error originates in toBinFormat.
I'm using marvinbeans-3.4.2
Can you help?
Thanks,
TJ