#import <MyTiff16Reader.h>


The TIFF file is opened and closed each time we need to read its contents. Otherwise, all the TIFF files would be loaded in memory.
These formats are not directly supported by Cocoa, which reads them as 8 bits RGB images. This class is delared with a higher priority.
1.5.4