I tried using the perl GD libraries but they were not modern enough to do the job, so I tried ImageMagick.
Used FTP to get the source from ftp://ftp.imagemagick.org/pub/ImageMagick without a problem.
It even extracted without a problem!
Next steps were:
- cd ImageMagick-6.2.7
- ./configure --with-perl=no --prefix=~/usr/local
- make (takes around 10 minutes)
- make install (takes around 6 minutes)
- PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:~/usr/local/bin
- identify -list format
- convert philip_test_image.jpg -thumbnail 200x200 -raise 4x4 philip_test_image2.gif
No comments:
Post a Comment