Active
Project:
Imagefield Crop
Version:
6.x-1.0-rc2
Component:
Miscellaneous
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Oct 2010 at 19:45 UTC
Updated:
28 Sep 2011 at 12:46 UTC
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
Comment #1
AliciaW commentedI am having the exact same problem.
Comment #2
toddviola commentedI 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.
Comment #3
nicholasthompsonThis 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.
Comment #4
igghera commentedConfim. I had the same problem, until I activated ImageMagik and GD2
Comment #5
snez commentedSame on Drupal 7.8
Comment #6
martijn.tsas commentedPlease notice that the original picture is saved with the crop_display.jpg suffix. The cropped one has the original filename.
Comment #7
snez commentedThis 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.