-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Rose, Bobby wrote:
> What am I missing?  I updated but not png isn't working.  If I switch to
> debug logging 2 I see in the log when I run the sample thru.
>
> [2006-08-26 18:16:40] Debug mode: Analyzing file with content-type
> "image/png"
> [2006-08-26 18:16:40] Debug mode: Image type not recognized, unknown
> format. Skipping this image...
>
> Thanks
> Bobby
Yes, I already posted this in this thread, there is a bug in this line:

elsif ( substr($picture_data,0,5) eq "\x89\x50\x4e\x47" )

correct is:

elsif ( substr($picture_data,0,4) eq "\x89\x50\x4e\x47" )


The tarball which is available for download has been fixed already...


Chris


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE8MoeJQIKXnJyDxURAiVFAKCleKLAkgiklWw1yZdsWPmmXvibOgCfQa5K
eIWLLQcS1Lch1Rcd41tjB38=
=jYbC
-----END PGP SIGNATURE-----

Reply via email to