Posted by mibfire on July 12, 2009 at 12:18am
4 followers
Jump to:
| Project: | ImageCache Actions |
| Version: | 6.x-1.6 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
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
#2
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.