You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file utility gives "Netpbm PAM image file, size = 640 x 426" and xdg-mime give "image/x-portable-arbitrarymap" but tree_magic_mini gives "application/octet-stream".
Sample code used:
let input: &[u8] = include_bytes!("../sample.pam");
dbg!(tree_magic_mini::from_u8(input));
Here are a few sample files: https://filesamples.com/formats/pam
The file utility gives "Netpbm PAM image file, size = 640 x 426" and xdg-mime give "image/x-portable-arbitrarymap" but tree_magic_mini gives "application/octet-stream".
Sample code used:
Found in the context of waycrate/wayshot#107
The text was updated successfully, but these errors were encountered: