Crate xcf

source ·
Expand description

Read pixel data from GIMP’s native XCF files.

See Xcf for usage (methods open and load). For extracting pixel data, you probably want to access a layer via Xcf::layer and Layer::raw_sub_buffer, which you can use to create ImageBuffers from the image crate. You can also do direct pixel access via Layer::pixel.

Structs

Enums