Posted by Xinglin Zhang on October 26, 2010 at 7:45pm
7 followers
Jump to:
| Project: | Imagefield Crop |
| Version: | 6.x-1.0-rc2 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Has any one met the same problem?
The cropped image is saved, but it's the same as the original image.
in my sites/default/files/image folder, I have the original image as test.jpg, and the cropped image as test.jpg.crop_display.jpg, but they are the same thing, although I cropped the image when I created the content.
Any idea where should I find the problem?
Comments
#1
I am having the exact same problem.
#2
I was having the same problem until I discovered that I had not enabled ImageAPI GD2 under Modules. Once I enabled this module, my cropped images began to display.
#3
This is the problem - if you don't enable an Image API processing module (either GD2 or ImageMagik) then there is a silent failure to actually crop the image.
#4
Confim. I had the same problem, until I activated ImageMagik and GD2
#5
Same on Drupal 7.8
#6
Please notice that the original picture is saved with the crop_display.jpg suffix. The cropped one has the original filename.
#7
This must be some sort of caching issue, a day later the correct images are showing up. I think the cropped image should be renamed to a new filename to avoid caching problems.