Crate xcf_rs

Crate xcf_rs 

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.

Modules§

create
data
parser

Structs§

LayerColorType
TileCursor

Enums§

LayerColorValue