see-insight / see-segment

Simple Evolutionary Exploration - Image Segmentation
MIT License
6 stars 21 forks source link

Explore Storing Algoirthm Params inside Exif image data for each mask. #59

Open colbrydi opened 3 years ago

colbrydi commented 3 years ago

The PIL library has a setExif function we can try to add meta data to the output image.

import jpeg jpeg.setExif(jpeg.getExif('foo.jpg'), 'foo-resized.jpg')