home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 47
/
Amiga_Dream_47.iso
/
Amiga
/
Applications
/
Image
/
POVAm060.lha
/
POVRay3
/
scripts
/
picconv.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1997-11-27
|
298 b
|
10 lines
/* Parse POV-Ray output filename into seperate path+name, extension */
parse ARG infile
parse var infile basename '.' ext
address command 'povray3:utils/'ext'toppm 'infile' >t:tempic'
address command 'povray3:utils/ppmtoilbm -24force t:tempic >'basename'.iff'
address command 'delete t:tempic'