carsales / pyheif

Python 3.6+ interface to libheif library
Apache License 2.0
165 stars 41 forks source link

Please add write (metadata update) support #31

Open avibrazil opened 3 years ago

avibrazil commented 3 years ago

I mean re-write or update support. Specially metadata. Leave encoding (image bitstream H.265 compression) support for later. Thank you in advance.

harshithdwivedi commented 3 years ago

Any update on this @david-poirier-csn

jeevic commented 2 years ago

I hope support the function write to format heif, example format jpeg to heic.

ant32bit-carsales commented 2 years ago

I am currently working on reading multiple images from a single heif file. This is next on my list after that.

hifall commented 2 years ago

Would really love that!

avibrazil commented 2 years ago

Meanwhile, exiftool can already write/update/create complete metadata on HEIF files. I'm using it on my PhotoCuration project.