Closed (fixed)
Project:
EPSA Crop - Image Cropping
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2012 at 16:36 UTC
Updated:
8 Aug 2015 at 14:54 UTC
Jump to comment: Most recent
Comments
Comment #1
pelicani commentedWe are having a similar problem with images created using the PDF to Image module.
Thanks for posting your findings.
I am posting this so when/if we come up with a solution, I will come back and post our findings.
Comment #2
pelicani commentedafter our initial debugging, we found that the uri inserted into the file managed table has an extra slash.
i.e. public:///asdfas.jpg
this makes the lookup for fid fail in the image module and the epsa effect is never rendered.
if you change the 3 slashes to 2 in the db, the image gets properly cropped.
the problem is probably going to be in our pdf document module that creates the images.
but we will confirm.
Comment #3
pelicani commentedthe problem was in the pdf to image module.
we altered the line that inserted too many slashes and our images are now cropping as expected.
if you have similar problems, check out the code in the module that saves your multiple images to make sure it's saving the image uri correctly.
Comment #4
yvmarques commented