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

ARGUMENTS

RETURN VALUE

The filename of the generated PNG image.

SOURCE

    set type png
    return [::pwtk::smi2image_]
}