-
Notifications
You must be signed in to change notification settings - Fork 2
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
Convert current TIFF images to PNG #104
Comments
@dchiller any advice? |
A quick note that #53 is a related issue (what to do about TIF images, etc.) so if we solve this here, that one can probably also be closed. On the one hand, since Safari is the only browser that supports TIF, I could see an argument for going route 2 and essentially saying that UMIL does not support TIF images. On the other hand, I wonder if some kind of image standardization/conversion would be useful. Short-term, this means not having to find new images for this initial set of instruments, which seems like something that we might not want to spend a bunch of time on at this juncture. Longer-term, it feels like support for more image formats rather than fewer would be in keeping with UMIL's ethos of (scare-quotes) "universality". For example, images from an iPhone are in HEIC format, which a quick google search tells me is rather ill-supported on browsers. Support for a wider variety of image formats might certainly help increase the ease of contributing to UMIL. This would fall squarely in the @fujinaga @yinanazhou @Monalisa98927 thoughts? And I know @kyrieb-ekat found these images in the first place so may have some thoughts about how impactful an image format restriction would be... |
Based on the discussion in #53, I'm going to adjust the name of the issue and put it "on hold". |
Update (@dchiller; 10 June)
Based on discussion in #53, non-supported image types will eventually be converted to PNG on upload. For existing images, we can run a converter on them when we have a converter and an image storage solution.
A browser-related issue where .tif images are not displayed in Chrome. Two possible solutions could be implemented for this:
Safari:
Chrome:
The text was updated successfully, but these errors were encountered: