Posted by Andreas Eibach on 05/22/07 11:12
"Toby A Inkster" <usenet200703@tobyinkster.co.uk> wrote:
> Andreas Eibach wrote:
>
> > Your GDLib appears to have RLE compression
> > This assessment is based on the filesize from 'Create image from
> > file' test, which were 17002 bytes
> > If the image was LZW compressed you would expect to have a size of
> > less than 9000 bytes. If you open the image with Photoshop and saves
it
> > from Photoshop, you'll a filesize like that.
>
> An 8-bit PNG would probably be 8000 bytes.
True, but this is not the point.
The point is that I do expect the (optional?) usage of the LZW algorithm
for GIFs inside the DLL shipped with PHP5 packages.
Why should they consider removing it when it is available in the
"regular" GDLib
package available at the web site? (which is useless for PHP though)
-Andreas
[Back to original message]
|