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

sarvab’s picture

This should be an imagemagick toolkit issue and a patch has been posted here

drewish’s picture

Status: Active » Closed (duplicate)

imageapi is the correct place to fix this. marking this as a duplicate.

drewish’s picture

Project: ImageCache » ImageAPI
Version: 6.x-1.0-alpha2 » 7.x-1.x-dev
Status: Closed (duplicate) » Active

whoops realized that was against the image.module rather than imageapi.module.