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

AliciaW’s picture

I am having the exact same problem.

toddviola’s picture

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.

nicholasthompson’s picture

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.

igghera’s picture

Confim. I had the same problem, until I activated ImageMagik and GD2

snez’s picture

Same on Drupal 7.8

martijn.tsas’s picture

Please notice that the original picture is saved with the crop_display.jpg suffix. The cropped one has the original filename.

snez’s picture

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.