Closed (duplicate)
Project:
ImageCache Actions
Version:
5.x-2.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2009 at 21:50 UTC
Updated:
17 Jan 2009 at 09:25 UTC
Hello, I followed the settings at http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/imagecache_... to try to overlay a rotated image on a background.
Right now no matter how I set it up, I get a background color behind my image when I rotate. I tried leaving the rotate action background field blank as well as making it -1 but it always displays back. Am I missing something?
Thanks a lot
Comments
Comment #1
jrefano commentedComment #2
dman commentedTrue.
Rotate is not performed by imagecache_actions - but imagecache.module base.
It could/can support transparency sometimes, but this feature was lost.
Here's the issue to fix it up again for later versions.
You only NOTICE the problem when using it with other - imagecache_actions - processes, so it's an integration issue sort of. Or a side-effect.