#  alpha001 Keven Fedirko 04.02.92 v1.00

#  This creates an alpha channel from a picture file that either doesn't have
#  an alpha channel, or has an incorrect one.  Where "test.1" is the original
#  file and "test.2" is the file that will be created.  The first value is the
#  value that will be associated with the areas to be given the alpha channel
#  information.  The rest of the zero's will set the threshold to any pixels
#  falling within the completely black range will be considered transparent
#  (ie: no alpha channel information associated with the above colored pixel
#  values.  This program will create an image that has alpha channel
#  information which is either on, or off.  (no antialiased edges)

alpha test.1 test.2 1 0 0 0 0 0 0 -v
