Closed (fixed)
Project:
ImageCache Actions
Version:
6.x-2.x-dev
Component:
Canvas Actions Module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 May 2011 at 17:34 UTC
Updated:
17 Oct 2012 at 04:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
dman commenteddefine_canvas should not be doing any conversion to png! Not unless your imagecache process includes that step deliberately.
Can you show a snapshot of your enabled actions? I'm not sure how to replicate that.
Comment #2
castawaybcn commentedI don't think I have included any png conversion.
Take a look at the screenshots of the two problematic presets, they are both called depending on the picture's proportions through the "aspect switcher" preset, I am attaching a screenshot of this preset as well.
Thanks a lot for looking into this.
Comment #3
dman commentedIndeed, you are quite right.
canvasactions.inc on 6.x-1.x
Boo.
6.x-2.x fixed it a while back.
Should be
Must be about time I pushed 2.x stable, it's got a lot of old stuff that's been tidied up slowly.
Comment #4
castawaybcn commented+1 for 2.x stable ;)
In the meanwhile I will manually edit canvasactions.inc, thanks a lot for the information.
Comment #5
gordon commentedThis works great, here is a patch
Comment #6
dman commentedThis fix was in 6.x-2.x already, but unreleased. I've now added a point release 6.x-2.1 to capture this and others.
The patch above has been applied to 6.x-1.9 and a version rolled for it also.
Thanks.