Module image2::io

source ·
Expand description

Image input/output

Enums

BaseType is compatible with OpenImageIO’s TypeDesc::BASETYPE

Functions

Read image from disk this implementation is a stub, to enable I/O use the oiio trait to use the OpenImageIO backend, or magick to use the ImageMagick backend
Write image to disk, this implementation is a stub, to enable I/O use the oiio trait to use the OpenImageIO backend, or magick to use the ImageMagick backend