Re: [Image-SIG] Converting CMYK JPG image to RGB

2005-06-17 Thread kevin
I know the problem you mention, but I also thought that a recent version of PIL fixed it... I could be wrong though. However - the other option would be to use ICC profiles to do color conversion. If you want REALLY accurate conversion, this is the way to go. I wrote a wrapper module called

Re: [Image-SIG] Converting to zebra (ZPL) format

2005-06-17 Thread Joao S. O. Bueno Calligaris
Hi Peter, despite Fredik's lengthy and carefull answer, I think that is not what you were asking for - his program is suitable to print images inpout inline inside a Python program as sequences of 0 and 1's. But I think you were asking for a way to print a generic image read from a disk