pub fn check_jpg_header(contents: &[u8]) -> Result<(), ImageValidationError>
Expand description
Checks to see if it has a valid JPEG magic bytes header
pub fn check_jpg_header(contents: &[u8]) -> Result<(), ImageValidationError>
Checks to see if it has a valid JPEG magic bytes header