-
Notifications
You must be signed in to change notification settings - Fork 21
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
Image data formats: Saving in various formats #719
Comments
Having two modules sounds good. It could allow to go a bit deeper. Understanding the content of an image file and what is packed into a particular format should be prerequisite to understanding the choice of format for writing though there would be some overlap if the two modules have to be standalone. Regarding the specific points: |
The issue is the "change the contrast limits" cannot be done, which is the point here because sometimes the different display on screen is written in to the file and even sometimes changes the data and sometimes not (I can explain you in person later).
Yes, GIF is useful because you can have movies, but yeah, there could be other choices. |
Hello, You want to be able to read many formats but stick for the writing to just a few. |
Hi @manerotoni, @k-dominik, @jkh1,
I am working on an image data formats course and trying to think how to best structure this vast and complex topic.
Along those lines I found that this activity, while it is somehow very important, it is also a bit problematic: https://neubias.github.io/training-resources/image_file_formats/index.html?id_activity_platform-1=imagej-gui-activity-1&id_activity_platform-0=null-activity-0#save
I am thinking to change https://neubias.github.io/training-resources/image_file_formats in the following ways
In a nutshell: I feel it is OK to just have one module about inspecting and opening various image data formats, but I feel that writing image data (and all the issues of loss of data, loss of metadata, compression, which library to use, ...) is too complex and too important to be put into one module, but needs to separated into dedicated modules (e.g., OME-TIFF, OME-Zarr, Web native formats) that just teach one or few formats.
What do you think?
The text was updated successfully, but these errors were encountered: