wayshot
wayshot copied to clipboard
Bug: Clipboard MIMEType autodectection not functional for formats apart from JPEG/PNG
This could potentially be an issue with wl-clipboard-rs and should be reported upstream after further investigation.
CC: @CheerfulPianissimo
On further investigation, it appears that every encoding but .ppm is successfully detected. This is likely an issue with tree_magic_mini, the library used for mimetype autodetection which gives "application/octet-stream" for those.
Also to be noted that using the ppm encoding actually creates a .pam file and not a ppm image. They belong to the same family but are slightly different.