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

jjweiner’s picture

Status: Active » Closed (fixed)

I 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