home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Graphics
/
PPT
/
rexx
/
README
< prev
next >
Wrap
Text File
|
1999-11-28
|
903b
|
31 lines
This directory contains AREXX scripts to be used with PPT.
Here's a short description on each of the AREXX scripts:
components.prx: Separates each component of an RGB image to its own
frame.
pixelize.prx: Makes the image look blocky.
askreq.prx: A simple script showing the power of the ASKREQ REXX
command.
empty.prx: A skeleton, which you can use to build your own rexx scripts.
dropshadow.prx: Makes an image have 'drop shadows'. Based on a
request by Peter Bornhall.
AntiqueTint.prx : Shows the use of the ColorMix effect, making the
image have an antique tint.
InvertAlpha.prx : Inverts the alpha channel of an image. Requested by
Brian Jones.
ConvertFileFormat.prx : Takes a file and converts it to any file
format PPT supports.
BatchProcess.prx : A very simple batch processing script that
allows you to make a single effect to all files in a directory.