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 ImageBuffer
s from the image
crate. You can also do direct pixel access via
Layer::pixel
.