[Image-SIG] JPEG problems on Alpha

Fredrik Lundh fredrik@pythonware.com
Thu, 30 Nov 2000 12:27:34 +0100


From: John Goerzen <jgoerzen@complete.org>

> Version: 1.1-2

What's this?  There's no official PIL release named 1.1-2.  The
current version is 1.1.1.

> I suspect this is a 64-bit problem.  The program consistently reports
> "cannot identify image file" when dealing with JPEG images.  This behavior
> does not manifest itself on i386.

PIL has been running on Alpha boxes since before it's first public
release.  The JPEG support works perfectly fine under tru64, and
on many other 64-bit systems.

Do you get the error message on "open", or when you're trying to
do things with the file?   (if open is successful, trying doing an
explicit load)

Have you tested more than one file?  (there's a sample file included
in the source distribution)

Maybe you have a broken compiler?

> I have noticed a lot of usage of longs in the C code.  This is very bad,
> esp. when reading data from file -- a long is not always 4 bytes!

Oh, really?

</F>