Closed (fixed)
Project:
ImageCache Actions
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2011 at 06:38 UTC
Updated:
19 May 2012 at 17:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
mrfelton commentedThe attached patch does so for canvasactions. It's probably not the best implementation as it was knocked out very quickly, but it does seem to work.
Comment #2
cyberwolf commentedI can confirm that the patch works for the "Overlay (watermark)" action.
Comment #3
semiaddict commentedI can also confirm that the patch works for the "Scale" and "Define canvas" actions.
Comment #4
fietserwinYour patch did not apply anymore, but the changes were easy to follow. As your patch was not handling all effects, I added callback functions for all other effects that might change the dimensions as well. As they currently have a standard implementation that sets width and height to NULL (unknown) I have not yet uploaded the change.