Struct agb_image_converter::ImageConverterConfig[][src]

pub struct ImageConverterConfig { /* fields omitted */ }

Implementations

Create a builder for building ImageConverterConfig. On the builder, call .transparent_colour(...)(optional), .tile_size(...), .input_image(...), .output_file(...), .crate_prefix(...)(optional) to set the values of the fields. Finally, call .build() to create the instance of ImageConverterConfig.

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.