//! Implementation for generic image data.
use ImageBuffer;
// easier to read
pub type InternalImage = ;
/// Represents the image data to work with.
/// Holds an `ImageBuffer` with the image data.
pub ;
// Simple conversion to make it possible to convert to and from an ImageData
// and its inner held type.