init(forIncrementalLoad:)
Initializes a newly allocated bitmap image representation for incremental loading.
Declaration
init(forIncrementalLoad: ())Discussion
The receiver returns itself after setting its size and data buffer to zero. You can then call incrementalLoad(from:complete:) to incrementally add image data.
See Also
Related Documentation
Creating Bitmap Representations of Images
imageReps(with:)colorize(byMappingGray:to:blackMapping:whiteMapping:)init(bitmapDataPlanes:pixelsWide:pixelsHigh:bitsPerSample:samplesPerPixel:hasAlpha:isPlanar:colorSpaceName:bitmapFormat:bytesPerRow:bitsPerPixel:)init(bitmapDataPlanes:pixelsWide:pixelsHigh:bitsPerSample:samplesPerPixel:hasAlpha:isPlanar:colorSpaceName:bytesPerRow:bitsPerPixel:)init(cgImage:)init(ciImage:)init(data:)init(focusedViewRect:)