Android-Exif-Extended
Android-Exif-Extended copied to clipboard
Exif extended library for Android, based on jhead c library (http://www.sentex.net/~mwandel/jhead/)
Hello, Thanks for putting this library together. For a project I'm working on I put everything through an encryption cipher before writing anything to disk, so only having writeExif functions...
https://github.com/sephiroth74/Android-Exif-Extended/issues/15
I am trying to write both Tamil and English text in Exif tags but it displays ???? for Tamil text alone. Is there any other way to write Tamil text...
In gradle ` implementation 'it.sephiroth.android.exif:library:+' ` build error multidex commons-io fixed by replace to this string `implementation ('it.sephiroth.android.exif:library:+') { exclude module: 'commons-io' } implementation 'commons-io:commons-io:2.4'`
How save сyrillic symbol in tag UserComment?
It crashes from Genymotion emulator 4.4.4. I guess It would crash every time with empty getAllTags ``` java.lang.NullPointerException at it.sephiroth.android.library.exif2.ExifOutputStream.stripNullValueTags(ExifOutputStream.java:117) at it.sephiroth.android.library.exif2.ExifOutputStream.writeExifData(ExifOutputStream.java:78) at it.sephiroth.android.library.exif2.ExifInterface.writeExif_internal(ExifInterface.java:1157) at it.sephiroth.android.library.exif2.ExifInterface.writeExif(ExifInterface.java:1089) at it.sephiroth.android.library.exif2.ExifInterface.writeExif(ExifInterface.java:1062) ```
For release builds I'd like to have an option to disable the logging from this library. There's a lot of (debug) logging emitted currently.
I am a bit confused about which version of your library should be used, as there are quite a few different versions. There is http://mvnrepository.com/artifact/it.sephiroth.android.exif/library in version 1.0.1, which works....