Search code examples
androidandroid-imageandroid-library

Access JPEG comments in Android


I am searching a way to read the comments of a jpeg file in Android. With comment I mean the string i would get with rdjpegcom


Solution

  • I now found some apache-licenced code to access the comment here: http://www.java2s.com/Code/Java/2D-Graphics-GUI/GetJpegProperties.htm

    ExifInterface was not giving me the comment I wanted.