-
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
Add support for TIFF images in image upload process #53
Comments
Turns out only safari supports tiff images, and maybe not even officially! (https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types#tiff_tagged_image_file_format) Since I don't think it makes sense for VIM to support an image format that a good chunk of potential user's browsers won't, closing this issue. |
Ideally, contributors should be able to upload any image file format on any popular browsers. As I mentioned to @Monalisa98927 there should be a second set of these images for initial display on the web page (in smaller JPEG files) for fast loading of the images. The original higher-resolution files can be displayed when the user clicks on the image. There should be a separate issue for this. |
What do you mean by on-the-fly here? At request time? |
No, when the contributor is uploading to our website. |
Ok, UMIL does not currently have any infrastructure for storing images, so that's probably a first order problem (no point in converting stored images if we don't store them anywhere)? I think we can probably hold off on dealing with our existing TIFF images until that is done? |
Correct. We need the "Contribute New Instrument" page.
Yes. |
Thanks I've adjusted #53 to involve converting existing TIFF images to PNG once the converter and image storage situation exists. I've also opened:
I've also updated the name of this issue. |
Images that are uploaded in the TIFF format should be converted (with transparency to the user) to PNG format for storage and later use.
The text was updated successfully, but these errors were encountered: