Android-Exif-Extended icon indicating copy to clipboard operation
Android-Exif-Extended copied to clipboard

How save tag UserComment

Open Bolid opened this issue 7 years ago • 1 comments

How save сyrillic symbol in tag UserComment?

Bolid avatar Apr 26 '17 07:04 Bolid

ExifInterface exif = new ExifInterface(); exif.setTag(exif.buildTag(ExifInterface.TAG_USER_COMMENT, ExifInterface.g)); exif.writeExif(pathToFile);

This code not work.

Bolid avatar Apr 26 '17 07:04 Bolid