Function get_image_file_format

Source
fn get_image_file_format(path: &Path, data: &[u8]) -> Option<ImageFormat>
Expand description

Checks that file has a PNG, a GIF, a JPEG or a WebP magic bytes. Or an SVG(Z) extension.