Skip to content
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

Open
itmmckernan opened this issue Apr 29, 2022 · 5 comments
Open

TIFF Image Support #12

itmmckernan opened this issue Apr 29, 2022 · 5 comments
Labels
enhancement New feature or request

Comments

@itmmckernan
Copy link

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:

  1. Send or Receive TIFF
  2. Open airmessage web in browser that doesn't support TIFF images (Tested in Edge, Chrome & Firefox should be similar)
  3. Download images to client
  4. Black boxes instead of the images
@tagavari
Copy link
Member

tagavari commented 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
Copy link
Author

Not super often, but enough to be a minor annoyance. It primarily happens when a mac user pastes a screenshot into iMessage.

@larsdennert
Copy link

HEIC files just show blank after downloading. Maybe there needs to be an option to download instead of preview?

@tagavari tagavari transferred this issue from airmessage/airmessage-web Jul 1, 2022
@tagavari
Copy link
Member

tagavari commented Jul 1, 2022

In what cases will macOS produce a .tiff file? macOS 12.4 saves screenshots as .png

@tagavari tagavari added the enhancement New feature or request label Jul 1, 2022
@nikp79
Copy link

nikp79 commented 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Changes in consideration
Development

No branches or pull requests

4 participants