Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSImageMBS class.

NSImageMBS.NSImageCacheAlways=1

Type Topic Plugin Version
const Cocoa Drawing MBS MacBase Plugin 11.2
One of the image cache mode constants.

Always generate a cache when drawing.

NSImageMBS.NSImageCacheBySize=2

Type Topic Plugin Version
const Cocoa Drawing MBS MacBase Plugin 11.2
One of the image cache mode constants.

Cache if cache size is smaller than the original data.

NSImageMBS.NSImageCacheDefault=0

Type Topic Plugin Version
const Cocoa Drawing MBS MacBase Plugin 11.2
One of the image cache mode constants.

Caching is unspecified.
Use the image rep's default.

NSImageMBS.NSImageCacheNever=3

Type Topic Plugin Version
const Cocoa Drawing MBS MacBase Plugin 11.2
One of the image cache mode constants.

Never cache; always draw direct.

NSImageMBS.NSImageLoadStatusCancelled=1

Type Topic Plugin Version
const Cocoa Drawing MBS MacBase Plugin 11.2
One of the image load status constants.

Image loading was canceled.
The image contains the portions of the data that have already been successfully decompressed, if any.

NSImageMBS.NSImageLoadStatusCompleted=0

Type Topic Plugin Version
const Cocoa Drawing MBS MacBase Plugin 11.2
One of the image load status constants.

Enough data has been provided to completely decompress the image.

NSImageMBS.NSImageLoadStatusInvalidData=2

Type Topic Plugin Version
const Cocoa Drawing MBS MacBase Plugin 11.2
One of the image load status constants.

An error occurred during image decompression.
The image data is probably corrupt. The image contains the portions of the data that have already been successfully decompressed, if any.

NSImageMBS.NSImageLoadStatusReadError=4

Type Topic Plugin Version
const Cocoa Drawing MBS MacBase Plugin 11.2
One of the image load status constants.

Not enough data was available for full decompression of the image.
The image contains the portions of the data that have already been successfully decompressed, if any.

NSImageMBS.NSImageLoadStatusUnexpectedEOF=3

Type Topic Plugin Version
const Cocoa Drawing MBS MacBase Plugin 11.2
One of the image load status constants.

Not enough data was available for full decompression of the image.
The image contains the portions of the data that have already been successfully decompressed, if any.

The items on this page are in the following plugins: MBS MacBase Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...