net
Library to read EXIF meta-data.
Main entry point is net.n12n.exif.JpegMetaData and its companion object.
Basic structure of JPEG meta-data is:
There are three types of IFDs, net.n12n.exif.TiffIfd, net.n12n.exif.ExifIfd and net.n12n.exif.GpsIfd.
Library to read EXIF meta-data.
Main entry point is net.n12n.exif.JpegMetaData and its companion object.
Basic structure of JPEG meta-data is:
There are three types of IFDs, net.n12n.exif.TiffIfd, net.n12n.exif.ExifIfd and net.n12n.exif.GpsIfd.