[magick-users] Problems after update from sarge to etch

Micha-Linux micha-linux at alice-dsl.net
Wed Oct 24 13:49:43 PDT 2007


Hi, 

I'm using ImageMagick to create thumbnails of uploaded photos and add
"watermarks". 

Here is the exact version I'm using: 

imagemagick:
  Installiert:7:6.2.4.5.dfsg1-0.14
  Mögliche Pakete:7:6.2.4.5.dfsg1-0.14
  Versions-Tabelle:
 *** 7:6.2.4.5.dfsg1-0.14 0
        500 http://ftp.de.debian.org etch/main Packages
        100 /var/lib/dpkg/status

Since I've updated from Debian Sarge to Etch, ImageMagick does not work as
I'm used to. 

I've been using one command to crop and resize images with one command like

convert kirmes.JPG -crop 200x200+250+320 -resize 150x500 -quality 95
output.jpg

but since the update it did not work anymore and I had to split it into 2
commands like

convert kirmes.JPG -crop 200x200+250+320 output.jpg
convert kirmes.JPG -resize 150x500 -quality 95 output.jpg

and also it is no longer possible to add a logo onto a picture, there is no
change.

composite -verbose -gravity center logo.png 20475.jpg 20475.jpg
logo.png PNG 191x112 191x112+0+0 DirectClass 18kb
20475.jpg JPEG 500x375 DirectClass 35kb
logo.png PNG 191x112 191x112+0+0 DirectClass 18kb
0475.jpg[1] JPEG 500x375 DirectClass 35kb
20475.jpg[1] JPEG 500x375 DirectClass 35kb

My problem is that there is no error or warning message that could explain
what the problem is. 

Any ideas?

Thank you for your help

Micha





More information about the Magick-users mailing list