Go to file
KAMADA Ken'ichi 5cb98a8f1b Allow Exif and other IFDs in the thumbnail image.
The Exif specfication allows Exif/GPS/Interoperability IFDs in the
thumbnail image (1st IFD) as well as in the primary one (0th IFD).

Do not define separate sets of tag constants for primary and thumbnail
images because it doubles the number of constants.  Instead, add a
flag in struct Field to distinguish them.
2016-12-12 21:27:35 +09:00
src Allow Exif and other IFDs in the thumbnail image. 2016-12-12 21:27:35 +09:00
Cargo.toml Add a library template for an Exif library. 2016-09-04 23:31:06 +09:00