We missunderstood a little bit. I need more of a CGI script, small command line program that could allow me to resize a picture. I'll will call it using exec() from my PHP scripts.
I'm building web site photo album, so I want to resize pictures sent by users to a standard value (eg. 640x480). It happened that the users uploaded 2000x2000 pix JPEGs. That's too much.
BTW, GD library compiled in PHP is WITHOUT Jpeg support.
Thanks, again
Regards,
coyote