home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Spanish Scene 4
/
SpanishScene4.iso
/
Programas
/
EsteveBoix_Ind
/
tablePlugv12.lha
/
tablePlug12
/
rx
/
gfxcon.tpx
< prev
next >
Wrap
Text File
|
1999-10-11
|
594b
|
29 lines
/*
gfxcon.tpx v1.0 © 1999 Esteve Boix
Uses GFXCon to scale the images and save them in JPG
format.
Args: SIZEX SIZEY JPEG_COMPRESSION
Where:
SIZEX, SIZEY Size in pixels of the thumbnail
JPEG_COMPRESSION Well...
You may have to edit this file in order to adapt the filename of GFXCon
executable.
*/
options results
parse arg maxsizex maxsizey compression infile outfile
address command
'stack 25000'
'c:gfxcon_68020 '||infile||' TO '||outfile||' BOXFIT '||maxsizex||' '||maxsizey||' FORMAT JPEG NOPROGRESS QUALITY '||compression