Please change it back ! And sorry that I'm so slow on the draw!
Attached is a tgz of "PIL_py" please copy all files from that (fake)
folder into the PIL folder.
It contains all (only) the py files of PIL.
I have fixed the division problem. It was onlt at a handful of places.
((You should also do a diff -r first, if you don't believe me ;-) I
kept your TIFF byte-order patch. ))
This now also has the (few) changes I made to support mult-page TIFF writing.
For that you need the new useful.py -- attached ( + a SIFreader for
native Andor files)
Now U.saveImg is "smart" -- see its docstring.
More questions ?
-Sebastian
On Mon, Apr 21, 2008 at 11:10 PM, Lin Shao <sh...@msg.ucsf.edu> wrote:
> Ok, never mind. I figured out how to disable the future division (I
> forgot you had a '-Qnew' flag in priithon_script). Basically, with
> -Qold, the vSaveRGBViewport works fine. I think you should bring up
> this issue to PIL group.
>
> BTW, there's a bug in readGLviewport() in viewerCommon.py. 'has_key'
> should be 'hasattr'
I'm sorry again -- I already had this fixed in my version.
Maybe I can soon put my changes into the "priithon" google code project ;-)
-S.