TIFFWriter

Objective-C

@interface TIFFWriter : NSObject

Swift

class TIFFWriter : NSObject

TIFF Writer.

For a striped TIFF, the FileDirectory setStripOffsets(NSArray) and setStripByteCounts(NSArray) methods are automatically set or adjusted based upon attributes including: rowsPerStrip imageHeight planarConfiguration samplesPerPixel

The Rasters calculateRowsPerStrip(int) and Rasters calculateRowsPerStrip(int, int) methods provide a mechanism for determining a FileDirectory rowsPerStrip setting.