TABLE OF CONTENTS
::pwtk::smi2png
SYNOPSIS
proc ::pwtk::smi2png {args} {
USAGE
smi2image ?-d? SMILES ?OUTPUT_PNG?
PURPOSE
Create a PNG image of molecular skeletal structure from the SMILES specs.
OPTION
- -d --- display the generated image (viewer is executed in the background)
ARGUMENTS
- SMILES --- molecular SMILES specs
- OUTPUT_PNG --- (optional) name of the generated PNG image file
RETURN VALUE
The filename of the generated PNG image.
SOURCE
set type png return [::pwtk::smi2image_] }