Lynkeos
|
Class for reading 16 bits or monochrome TIFF image file format. More...
#import <MyTiff16Reader.h>
Additional Inherited Members | |
![]() | |
(NSImage *) | - getNSImage |
Returns an NSImage for displaying. More... | |
(void) | - getImageSample:withPrecision:withPlanes:atX:Y:W:H:lineWidth: |
Retrieves image data for processing. More... | |
(id< LynkeosImageBuffer >) | - getCustomImageSampleAtX:Y:W:H: |
Retrieves image data in a custom format for calibration (see hasCustomImageBuffer). More... | |
![]() | |
(void) | + lynkeosFileTypes: |
Returns the file types handled by that class. More... | |
(BOOL) | + hasCustomImageBuffer |
Does this reader provides some custom image buffer class(es) ? More... | |
Class for reading 16 bits or monochrome TIFF image file format.
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.