Closed (fixed)
Project:
ImageCache
Version:
6.x-2.0-beta9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2009 at 14:59 UTC
Updated:
13 May 2009 at 21:04 UTC
We are using an ImageCache preset to create a thumbnail for uploaded images. When I look in the directory where the file should be, I see it created two files, for example:
somefile-0.jpg
somefile-1.jpg
When I look at the files it appears to have attempted to re-size the image to the preset, but it sliced the image into to parts. Is this an issue anyone's seen before? Any idea how to resolve it?
Thanks,
Joe
Comments
Comment #1
jjweiner commentedI was able to fix this issue by switching the Image API library from ImageAPI ImageMagick to ImageAPI GD2. Not sure if this has anything to do with Imagecache.
Thanks,
Joe