apollo-1845 / 2022-Plankton

Measuring phytoplankton concentration in the oceans and using datasets to determine which factors affect this.
0 stars 0 forks source link

⚠️Find lossless file saving format that supports EXIF tags #12

Closed WebCoder49 closed 1 year ago

WebCoder49 commented 1 year ago
WebCoder49 commented 1 year ago

Tried PIL w/ PNG; doesn't seem to work.

https://gist.github.com/WebCoder49/0d54a3b1df9b55ced658dda81d570d3e

WebCoder49 commented 1 year ago

https://projects.raspberrypi.org/en/projects/code-for-your-astro-pi-mission-space-lab-experiment/2 - available libraries

llamax1 commented 1 year ago

@WebCoder49 TIFF? https://en.wikipedia.org/wiki/Exif https://en.wikipedia.org/wiki/TIFF

sbottingota commented 1 year ago

PIL seems to be able to read exif data but not write it without other (unsupported) libraries.

WebCoder49 commented 1 year ago

@WebCoder49 TIFF? https://en.wikipedia.org/wiki/Exif https://en.wikipedia.org/wiki/TIFF

https://stackoverflow.com/questions/71385332/replace-add-tiff-image-tags-using-pillow-from-one-file-to-another / https://www.itu.int/itudoc/itu-t/com16/tiff-fx/docs/tiff6.pdf