Re: problem saving tif files with PIL

2005-04-08 Thread Fredrik Lundh
"mchl gdbt" <[EMAIL PROTECTED]> wrote: > Ideally, I want the output image to be identical to the original in every > way. I suspect that it > might be enough to just change the size numbers though I don't know how. I > will be messing around > with the pixel colours eventually but the struct

problem saving tif files with PIL

2005-04-08 Thread mchl gdbt
Hi, I have several thousand tiffs generated by application A which are read by application B. I need to remove a few colours from the tiffs and I decided to try with the python imaging library. Running under debug mode permits saving my tiff files (with Image.DEBUG=0, the save doesn't work! see