-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TIFF Image Support #12
Comments
AirMessage Server will automatically convert downloaded .heic files, but unlike .tiff, .heic is commonly exchanged by iMessage users as it's one of the native image formats on iOS. Another consideration is that .tiff is not supported on Android either. Is this an issue you find yourself running into often? |
Not super often, but enough to be a minor annoyance. It primarily happens when a mac user pastes a screenshot into iMessage. |
HEIC files just show blank after downloading. Maybe there needs to be an option to download instead of preview? |
In what cases will macOS produce a .tiff file? macOS 12.4 saves screenshots as .png |
I tend to copy images/memes to friends from various sources via iMessage and only the .tiff images will fail to load. |
Most web browsers besides safari don't support TIFF images.
The images could be converted to PNGs on the server or the client using a library like UTIF.js.
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: