Crate xcf [−] [src]
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
| Layer | |
| LayerColorType | |
| PixelData | |
| Property | |
| RgbaPixel | |
| TileCursor | |
| Xcf | |
| XcfHeader |
Enums
| ColorType | |
| Error | |
| PropertyIdentifier | |
| PropertyPayload | |
| Version |