home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Graphics / PPT / rexx / README < prev    next >
Text File  |  1999-11-28  |  903b  |  31 lines

  1.  
  2. This directory contains AREXX scripts to be used with PPT.
  3.  
  4. Here's a short description on each of the AREXX scripts:
  5.  
  6. components.prx: Separates each component of an RGB image to its own
  7.     frame.
  8.  
  9. pixelize.prx: Makes the image look blocky.
  10.  
  11. askreq.prx: A simple script showing the power of the ASKREQ REXX
  12.     command.
  13.  
  14. empty.prx: A skeleton, which you can use to build your own rexx scripts.
  15.  
  16. dropshadow.prx: Makes an image have 'drop shadows'.  Based on a
  17.     request by Peter Bornhall.
  18.  
  19. AntiqueTint.prx : Shows the use of the ColorMix effect, making the
  20.     image have an antique tint.
  21.  
  22. InvertAlpha.prx : Inverts the alpha channel of an image.  Requested by
  23.     Brian Jones.
  24.  
  25. ConvertFileFormat.prx : Takes a file and converts it to any file
  26.     format PPT supports.
  27.  
  28. BatchProcess.prx : A very simple batch processing script that
  29.     allows you to make a single effect to all files in a directory.
  30.  
  31.