pub trait ImgChecker { fn format(&self) -> Option<ImgFormat>; }
An extension for checking format of an image.
Determines the format of the image file, or None if not supported.
None