Hi,<br><br>I&#39;ve tried to read a tiff file of type Int16 (signed int). PIL is able to open a file, but can&#39;t read any data from it due to an unknown mode.<br><br>Indeed, Storage.c only recognizes the following 16-bit modes: I;16, I;16L, I;16B. However, TiffImagePlugin.py thinks the mode should be I;16S.<br>
<br>Is this a known mismatch? Is it enough to just add I;16S to the check in Storage.c, or is there more coding needed to make it really support signed ints?<br><br>Thanks,<br>Simon<br>