inkjet icon indicating copy to clipboard operation
inkjet copied to clipboard

Encoding additional information to EXIF

Open alifeinbinary opened this issue 7 years ago • 2 comments

I want to encode the produced image with additional data i.e. imageDescription. How would I go about doing that in a way that imageDescription would be also recognized when decoded. Thank you!

alifeinbinary avatar Apr 20 '17 22:04 alifeinbinary

Hi @alifeinbinary! at the moment the library only reads EXIF-portion of the file, there is no way to write it. Guess it might be possible to add writing, I'll take a look.

In the meantime you can use other libraries for writing, e.g. piexifjs

gchudnov avatar Apr 21 '17 12:04 gchudnov

+1 To adding writing EXIF in the encode function

cupojoe avatar Mar 26 '19 18:03 cupojoe