Enum pdf_writer::types::SMaskInData[][src]

pub enum SMaskInData {
    Ignore,
    Use,
    Preblended,
}
Expand description

What to do with in-data mask information in JPXDecode images.

Variants

Ignore

Discard the mask data.

Use

Use the mask data.

Preblended

Use the mask data on the image whose backdrop has been pre-blended with a matte color.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.