pub(crate) trait EncodedImageExt {
// Required methods
fn has_skew(&self) -> bool;
fn nearest_neighbor(&self) -> bool;
}
pub(crate) trait EncodedImageExt {
// Required methods
fn has_skew(&self) -> bool;
fn nearest_neighbor(&self) -> bool;
}