Closed (fixed)
Project:
ImageMagick
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2011 at 04:46 UTC
Updated:
19 Jun 2011 at 20:41 UTC
That was a particularly fun bug to track down but the crop you end up with is 222x183++! which leads to crop doing tiling which will, in turn, mean that the destination file won't exist only destination-0.jpg, destination-1.jpg etc and that will mean that image module goes berserk and issues a HTTP 500 which is a WSOD often.
| Comment | File | Size | Author |
|---|---|---|---|
| crop-tiling.patch | 818 bytes | chx |
Comments
Comment #1
chx commentedIf you want to reproduce, http://drupal.org/project/imagecrop will help you :)
Comment #2
chx commentedFixed and cleaned up the code.