Hello, I'm trying to save load an unsigned 16 bit array from numarray into a grayscale 16-bit tiff, I tried using Image.fromstring("I;16",...), but I get an error "illegal conversion" within img.convert('RGB'). So it looks like only 16 bit RGB files are supported? Thanks Andrew _______________________________________________ Image-SIG maillist - Image-SIG@python.org http://mail.python.org/mailman/listinfo/image-sig
- Re: [Image-SIG] 16 Grayscale tiff Andrew Wilson
- Re: [Image-SIG] 16 Grayscale tiff Fredrik Lundh