incompatibility changes 6.2.8 --> 6.9.0 ?!?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Hellkeeper
Posts: 2
Joined: 2015-02-20T02:59:02-07:00
Authentication code: 6789

incompatibility changes 6.2.8 --> 6.9.0 ?!?

Post 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
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

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

Post by Bonzo »

You should read your image immediately after convert in this case and I would try that first.
Hellkeeper
Posts: 2
Joined: 2015-02-20T02:59:02-07:00
Authentication code: 6789

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

Post 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
Post Reply