Enum raster::ImageFormat [] [src]

pub enum ImageFormat {
    Gif,
    Jpeg,
    Png,
}

Enumeration of supported raster formats.

Variants

Trait Implementations

impl Debug for ImageFormat
[src]

Formats the value using the given formatter.