Contents

NSBitmapImageRep.LoadStatus.unexpectedEOF

Not enough data was available to fully decompress the image.

Declaration

case unexpectedEOF

Discussion

incrementalLoad(from:complete:) was called with true, but not enough data was available for decompression. The image contains the portions of the data that have already been successfully decompressed, if any.

See Also

Constants