[libGD] #88 [Comment added] Bug loading png images in grayscale + alpha
[email protected] (libGD) Fri, 08 Jun 2007 13:28:59 +0000
| Newsgroups | php.gd.bugs |
|---|---|
| Message-ID | <[email protected]> |
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#88 - Bug loading png images in grayscale + alpha User who did this - Pierre Joye (Pierre) ---------- > In my case I prefer using palette based images (for which I have optimized my embedded code), but I can live with rgb images :-) True color can be faster and use less memory: width*height*sizeof(int). Palette uses width*height*sizeof(int) + gdMaxColors*4*256 Btw, you will like the planed 2.1 new feature: - force load as palette - force load as truecolor ---------- More information can be found at the following URL: http://bugs.libgd.org/?do=details&task_id=88#comment283 You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.