Re: [Image-SIG] how to read tif image

2007-10-22 Thread Nadav Horesh
I did use PIL to read/write 16 bit images (could be also 32 bits, but I am not sure) Nadav. -Original Message- From: [EMAIL PROTECTED] on behalf of W. Bryan Smith Sent: Wed 17-Oct-07 16:45 To: [EMAIL PROTECTED] Cc: Image-SIG@python.org Subject: Re: [Image-SIG] how to read tif image

[Image-SIG] how to read tif image

2007-10-17 Thread B.R.ten_Broeke
Hello, How do I read a (I;16) TIFF image with PIL? If I use the basic code: im = Image.open(file.tif) im.show() My output is a white screen. If I open the image with ImageJ, I have no problems. Any suggestions? Thanx in advance. Bradley