//! Defines a trait for exporting [Texture]s to arbitrary data.
use Rgba;
pub use ImageExporter;
use crateTexture;
/// Result of exporting a texture.
pub type ExportResult<T> = ;
/// Background color settings for sections of the image without regions.
/// Converter for a [Texture] to type `Output`.