resize images from linux command line w/ imagemagick
In debian execute this shell command apt-get install imagemagick
Now to resize images execute convert -size 125×125 /path/to/image.jpg -resize 125×125 /path/to/image.jpg
Ofcourse you can do this in php by executing the shell command using the exec() function.
This entry was posted
on Sunday, June 3rd, 2007 at 3:07 am and is filed under linux, php.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.