Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: netnomad on March 18, 2012, 10:13:19 AM

Title: ImageMagick - convert doesn't scale JPGs anymore
Post by: netnomad on March 18, 2012, 10:13:19 AM
hi broberts,

the actual version of ImageMagick seems to have a bug in converting, scaling or just in the JPG-handling.
the predecessor of the version 6.7.5-8, i guess it's 6.7.3-2,  works fine.

tc@box:~/tmp$ convert -scale 600x480 '*.JPG' name%03d.jpg
convert: no decode delegate for this image format `P1010201.JPG' @ error/constitute.c/ReadImage/532.
convert: missing an image filename `name%03d.jpg' @ error/convert.c/ConvertImageCommand/3017.

no files are converted after this error messages.
Title: Re: ImageMagick - convert doesn't scale JPGs anymore
Post by: bmarkus on March 18, 2012, 05:10:16 PM
Confirmed, current ImageMagick seems to be broken. I will fix in next days.
Title: Re: ImageMagick - convert doesn't scale JPGs anymore
Post by: bmarkus on March 19, 2012, 07:49:53 AM
Updated version sent.
Title: Re: ImageMagick - convert doesn't scale JPGs anymore
Post by: netnomad on March 20, 2012, 03:01:04 AM
convert works fine again, thank you bmarkus.
Title: Re: ImageMagick - convert doesn't scale JPGs anymore
Post by: bmarkus on March 20, 2012, 03:20:46 AM
convert works fine again, thank you bmarkus.

You are welcome :)