ResourceType

enum ResourceType : Enum<ResourceType>

Useful for dynamically reducing system resources before attempting risky, or slow running, Image operations.

Entries

Link copied to clipboard

Maximum images in sequence.

Link copied to clipboard

Maximum width of image before exception is thrown.

Link copied to clipboard

Maximum seconds before exception is thrown.

Link copied to clipboard

Total milliseconds to yield to CPU - if possible.

Link copied to clipboard

Maximum parallel task sub-routines can spawn - if using OpenMP.

Link copied to clipboard

Maximum bytes to allocated for pixel cache before using disk.

Link copied to clipboard

Maximum memory map in bytes to allocated for pixel cache before using disk.

Link copied to clipboard

Maximum height of image before exception is thrown.

Link copied to clipboard

Maximum cache files opened at any given time.

Link copied to clipboard

Maximum bytes used by pixel cache on disk before exception is thrown.

Link copied to clipboard

Maximum width * height of a pixel cache before writing to disk.

Link copied to clipboard

Unset value.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int