Re: [Image-SIG] Problem with JPEG and CMYK color space

2006-04-17 Thread kevin
Even Internet Explorer doesn't support CMYK JPEG images - it's not surprising FireFox can't display them either. You'll have to download the files and use something like Photoshop to view them. That's half the problem with verifying this patch... not many programs can work with CMYK, it's not

Re: [Image-SIG] Problem with JPEG and CMYK color space

2006-04-17 Thread Steve Holden
Cesare Leonardi wrote: > Cesare Leonardi wrote: > >>On thuesday i'll be happy to try your patch and post the results. > > > I haven't resisted so i have set up my home system with PIL and tryed > Kevin's patch. ;-) > > I can confirm that it works and i have updated the site with the images >

Re: [Image-SIG] Problem with JPEG and CMYK color space

2006-04-17 Thread kevin
I've verified that the patch works with current versions of Photoshop, but you do raise a good point Fredrik... it should be checked with other programs too. Unfortuantely I don't have any other programs that read/write CMYK JPEG files... anyone else out there have one we can double-check with?

Re: [Image-SIG] Python 2.5 binaries?

2006-04-17 Thread SPE Stani's Python Editor
On 4/17/06, Paul Moore <[EMAIL PROTECTED]> wrote: > On 4/13/06, Paul Moore <[EMAIL PROTECTED]> wrote: > > Does anyone have a binary installer for PIL with Python 2.5 on > > Windows? I can try building it myself, but traditionally, I've had a > > lot of trouble assembling all of the necessary imagin

Re: [Image-SIG] Python 2.5 binaries?

2006-04-17 Thread Paul Moore
On 4/13/06, Paul Moore <[EMAIL PROTECTED]> wrote: > Does anyone have a binary installer for PIL with Python 2.5 on > Windows? I can try building it myself, but traditionally, I've had a > lot of trouble assembling all of the necessary imaging libraries, so I > thought I'd save myself some time if s

Re: [Image-SIG] Problem with JPEG and CMYK color space

2006-04-17 Thread Fredrik Lundh
Cesare Leonardi wrote: > No one can confirm or add some info? It's a known problem? Fredrik? it was a while since I last messed around with this, but IIRC, CMYK in JPEG is one big mess, mainly because Adobe got it wrong in Photoshop many years ago. unless anyone can convince me not to, I'm going

Re: [Image-SIG] PSDraw in PIL problem with print

2006-04-17 Thread Fredrik Lundh
Sajjad Hussain wrote (on a number of Python lists): > %%EndProlog > gsize --> change this to gsave > 240.00 384.00 translate > 0.96 0.96 scale > gsave > > > I don't know why it is happening. Can you please tell > me another solution instead of changing a line > manu

[Image-SIG] PSDraw in PIL problem with print

2006-04-17 Thread Sajjad Hussain
Hi, I am trying to follow the Postscript print example in PIL. So I am using PSDraw to create a new ps file from a jpeg. I have ghostview installed, so I can view the resulting ps file (when it is produced successfully). Example from PIL Manual: import Image, PSDraw im = Image.open('lena.jpg').c

Re: [Image-SIG] Problem with JPEG and CMYK color space

2006-04-17 Thread Cesare Leonardi
Cesare Leonardi wrote: > On thuesday i'll be happy to try your patch and post the results. I haven't resisted so i have set up my home system with PIL and tryed Kevin's patch. ;-) I can confirm that it works and i have updated the site with the images obtained from the patched PIL (see "part 3