toasty.image Module

Low-level loading and handling of images.

Here, images are defined as 2D data buffers stored in memory. Images might be small, if dealing with an individual tile, or extremely large, if loading up a large study for tiling.

Functions

get_format_vertical_parity_sign(format)

Get the vertical data layout associated with an image format, expressed as a coordinate system parity sign.

Classes

Image()

A 2D data array stored in memory, potential with spatial positioning information.

ImageDescription([mode, shape, wcs])

Information about an image, without its actual bitmap data.

ImageLoader()

A class defining how to load an image.

ImageMode(value)

Allowed image "modes", describing their pixel data formats.