Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Multiple Upload Image Problem - Resize GIF files

Guest
Sep 05, 2007 Sep 05, 2007
The Multiple Image Upload script seems to handle .jpg images without problems.
However, .gif files return the error:

"Error converting image (image resize). Image processing library not available or does not support operation. (imagemagick library is not working or not found)."

The problem is caused by the fact that script that I'm using tries to pass a parameter that is not valid for gif processing:

myimage.gif' '-quality' '80'

The "quality" parameter works only for jpeg and .png files as described here:

http://www.imagemagick.org/script/command-line-options.php#quality

Please ensure that the script makes difference between .gif and .jpeg files and use the correct parameters so we can resize the images properly.

Thanks in advance,
Márcio

TOPICS
Server side applications
295
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 10, 2007 Sep 10, 2007
LATEST
This can be reported to a bug section if you have one. :)
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines