Re: JPEG decoder not available in PIL

2005-12-08 Thread Paul Dickson
On 6 Dec 2005 14:02:37 -0800, Peter wrote: > I have a problem which seems to come up from time to time but I can't > find anything relevant in the archives. I have used PIL v1.1.5 with no > problem on Windows for some time but now wish to put it on Linux (Suse > Linux v10.0). I obtained and built

Re: JPEG decoder not available in PIL

2005-12-06 Thread Fredrik Lundh
"Peter" wrote: > At the last moment I managed to solve this problem and I hope it is > worth supplying the details here. First there is a file in the install > directory libImaging/Jpeg.h which has a line: > > #include "jpeglib.h" > > but there is no such header file. On my system I put: > >

Re: JPEG decoder not available in PIL

2005-12-06 Thread Heiko Wundram
Peter wrote: > At the last moment I managed to solve this problem and I hope it is > worth supplying the details here. First there is a file in the install > directory libImaging/Jpeg.h which has a line: > > #include "jpeglib.h" > > but there is no such header file. On my system I put: > >

JPEG decoder not available in PIL

2005-12-06 Thread Peter
I have a problem which seems to come up from time to time but I can't find anything relevant in the archives. I have used PIL v1.1.5 with no problem on Windows for some time but now wish to put it on Linux (Suse Linux v10.0). I obtained and built the JPEG libraries (jpeg-6b) without any problem. T