Active
Project:
ImageAPI
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2008 at 13:14 UTC
Updated:
3 May 2009 at 18:33 UTC
I get -crop 150x100+-35+10! with the following 2 actions:
Scale width: 150, height: 120, upscale: No
Crop width: 150, height: 100, xoffset: center, yoffset: center
Imagecache produces a wrong output for convert: there's a '+-' in the crop geometry which is wrong and produces tiles instead of a single image.
ImageMagick command: /usr/bin/convert 'photos/2007-07-10--10.30.13.jpg' -resize 80x120! -crop 150x100+-35+10! -quality '75' 'sites/default/files/imagecache/fast_gallery_thumb0/photos/2007-07-10--10.30.13.jpg'
Comments
Comment #1
sarvab commentedThis should be an imagemagick toolkit issue and a patch has been posted here
Comment #2
drewish commentedimageapi is the correct place to fix this. marking this as a duplicate.
Comment #3
drewish commentedwhoops realized that was against the image.module rather than imageapi.module.