tiffRepresentationOfImageReps(in:)
Returns a TIFF representation of the specified images.
Declaration
class func tiffRepresentationOfImageReps(in array: [NSImageRep]) -> Data?Parameters
- array:
An array containing objects representing bitmap image representations.
Return Value
A data object containing a TIFF image representation.
Discussion
This method uses the compression returned by getCompression(_:factor:) (if applicable). If a problem is encountered during generation of the TIFF, this method raises an NSTIFFException or an NSBadBitmapParametersException.