Page 1 of 1

incompatibility changes 6.2.8 --> 6.9.0 ?!?

Posted: 2015-02-20T03:02:39-07:00
by Hellkeeper
Hello,

I upgraded ImageMagick on our Centos 5 Server from Dist-Version 6.2.8 to 6.9.0 (RPM) and got massive Problems with this Upgrade.
Thumbnails are not generated but no Error is given.
Are there any backward compatibility breaking changes? Any idea where I should start?

Call: /usr/bin/convert '-thumbnail' '960x638>' '/path/to/image/Rodelverleih-Soell-2.JPG' '-quality' '90' '/path/to/image/thumbnails/Rodelverleih-Soell-2_960x638.JPG'

(I know - not a very good problem description - but don't have further information at this point)

Thank you, bye from Austria
Andreas Schnederle-Wagner

Re: incompatibility changes 6.2.8 --> 6.9.0 ?!?

Posted: 2015-02-20T03:38:41-07:00
by Bonzo
You should read your image immediately after convert in this case and I would try that first.

Re: incompatibility changes 6.2.8 --> 6.9.0 ?!?

Posted: 2015-02-20T03:41:23-07:00
by Hellkeeper
So you mean: /usr/bin/convert '/path/to/image/Rodelverleih-Soell-2.JPG' '-thumbnail' '960x638>' '-quality' '90' '/path/to/image/thumbnails/Rodelverleih-Soell-2_960x638.JPG' ??

Call was working with no problems in 6.2.8 - but will try it - thank you! ;-)

Andreas