Closed (won't fix)
Project:
ImageCache Actions
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2009 at 00:18 UTC
Updated:
18 Mar 2016 at 18:27 UTC
Jump to comment: Most recent
Comments
Comment #1
feuillet commentedI have the same effect when i try to watermark png pictures over 2.5MB Filesize.
The entire Picture gets a blue background exept the watermark image area.
With files under 2.5MB its working well.
Any idea how to solve that?
I use Version 1.8
Best Regards,
Sandro
Comment #2
dman commentedThat's a huge image size for web use. PHP GD won't deal with that very well.
first, don't use alpha levels on that sort of job, it forces PHP to do per-pixel processing. inefficient.
second, allegedly, imagemagick is much better at optimal image processing, if you need to do such huge stuff, it's probably a better subsystem to use.
Comment #3
fietserwinD6 EOL. This module's D6 issues already haven't received any attention for over a year. Closing them all unconditionally now.