Posted by arcane on September 1, 2011 at 5:21pm
3 followers
| Project: | Imagefield Crop |
| Version: | 6.x-1.0 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I have the Enforce crop box ratio entry unchecked so I see the image being distorted from its original aspect ratio. (this is what I want) When I make my crop selection, my saved image does not look like the preview that is shown before I save. Is there anyway to make it work?
Comments
#1
Sorry this is for the 6.x-1.0 version of the module
#2
Can you elaborate on what exactly is different, and on what conditions?
#3
Hi I have include screenshots of the settings and steps as well as my image file. I hope this helps illustrate what I am running into. Please let me know if you need any other information.
#4
Notice that in the final result, the image is missing leading space on top (that shows in the crop preview)
#5
Hi any comment on if this is the intended bahaviour or if this is a bug?
#6
It looks like a bug, but I haven't figured it out yet.
#7
I have a similar situation (the difference maybe that i've patched ImageCrop from #763214: image is not resized if crop area is never untouched)
In my case, image crop preview is one and the image being displayed is different,
altough in my case image being displayed is the original image.It also seems in my case (and in the example provided by arcane as well) that the resizing is a little unexpected.
For instance, if you want do display an image with 100px by 100px, and if you have a 300px by 200px image, resize is done so that it stops as soons as either width ou height match the display you want, in the example I just gave, image would be 150x100.
It seems to me that the same happened in arcane's example: he wanted to crop to 100x100, but chose a crop area of 150x125, so he ended up with an image that is 120x100 that cannot display entirily on 100x100...
I hope I was able to explain it correctly...
Furthermore, I would like to point out that in my case, crop seems not to work at all; the image being displayed does not match the crop selection I made during node edit - it is always a resized original image..EDIT: ok, I've just determined that part of the problem was due to the fact that I have a hierarchical select on the node form and everytime and select something, the crop area is reset to the entire image - that's why the result was not what I expected. Anyway, the part of the problem concerning the resizing is still valid.