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

jrefano’s picture

Status: Active » Closed (duplicate)
dman’s picture

True.
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.