#!/bin/sh
#
# smi2gif-small -- draw small COLOR-ON-BLACK gif from SMILES
#

# set up CX and DY environments, gif geometries

. /dd/daylight/v442/daycgi/dcgi_env.sh

# Possible colormode (-c) option values:
# [ C(olor) | W(hite) | B(lack) ] O(n) [ B(lack) | W(hite) | P(aper) ]
# e.g., COB, COW, COP, WOB, BOW, WOP, BOP

exec /dd/daylight/v442/daycgi/dcgi_smi2gif -w 640 -h 480 -c COP $1
