mirror of
https://github.com/airmessage/airmessage-server.git
synced 2026-04-26 01:05:50 +03:00
[GH-ISSUE #12] TIFF Image Support #8
Labels
No labels
bug
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/airmessage-server#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @itmmckernan on GitHub (Apr 29, 2022).
Original GitHub issue: https://github.com/airmessage/airmessage-server/issues/12
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:
@tagavari commented on GitHub (May 1, 2022):
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?
@itmmckernan commented on GitHub (May 1, 2022):
Not super often, but enough to be a minor annoyance. It primarily happens when a mac user pastes a screenshot into iMessage.
@larsdennert commented on GitHub (May 6, 2022):
HEIC files just show blank after downloading. Maybe there needs to be an option to download instead of preview?
@tagavari commented on GitHub (Jul 1, 2022):
In what cases will macOS produce a .tiff file? macOS 12.4 saves screenshots as .png
@nikp79 commented on GitHub (Oct 25, 2022):
I tend to copy images/memes to friends from various sources via iMessage and only the .tiff images will fail to load.