- ExifIFDBlock - Class in org.riversun.exiguous
-
Structure class of IFD block
- ExifIFDBlock() - Constructor for class org.riversun.exiguous.ExifIFDBlock
-
- ExifIFDField - Class in org.riversun.exiguous
-
Structure class of IFD field
- ExifIFDField() - Constructor for class org.riversun.exiguous.ExifIFDField
-
- ExifInfo - Class in org.riversun.exiguous
-
Model of Exif Information
- ExifInfo() - Constructor for class org.riversun.exiguous.ExifInfo
-
- ExifTagFinder - Class in org.riversun.exiguous
-
Static class that performs the conversion of the tag code and tag names
- ExifTagFinder() - Constructor for class org.riversun.exiguous.ExifTagFinder
-
- ExiguousExifLowLevelDecoder - Class in org.riversun.exiguous
-
Exif Low Level Decoder
Exif specification one-point description
to understand the code by Tom Misawa :)
[Overview of Exif]
First of all ,the Exif header shows the basic information.
There are blocks to store data called IFD, it is a tree structure as a
directory.
The IFD block, it can be a data storage area of ??a fixed length called a
field has more.
Link to the child element of the tree structure (child become IFD block)
describes in the field.
- ExiguousExifLowLevelDecoder() - Constructor for class org.riversun.exiguous.ExiguousExifLowLevelDecoder
-
- ExiguousExifReader - Class in org.riversun.exiguous
-
Exiguous Common Exif Reader & Decoder v0.1.0
Exif 2.1.1 Available
Read famous Exif tags
If you want to read Unknown tags or original tags,you can get it by using
ExiguousExifLowLevelDecoder.
- ExiguousExifReader() - Constructor for class org.riversun.exiguous.ExiguousExifReader
-
- ExiguousMakernoteDecoder - Class in org.riversun.exiguous
-
- ExiguousMakernoteDecoder(int) - Constructor for class org.riversun.exiguous.ExiguousMakernoteDecoder
-