When i try to add watermark to gif image, the conversion will be bad. All color will be blue and if i set to convert jpg the background will be grey.

Comments

feuillet’s picture

I 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

dman’s picture

That'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.

fietserwin’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

D6 EOL. This module's D6 issues already haven't received any attention for over a year. Closing them all unconditionally now.