Commit Graph

14 Commits

Author SHA1 Message Date
KAMADA Ken'ichi a8bb533128 Move a platform test into a separate file. 2017-02-24 20:49:57 +09:00
KAMADA Ken'ichi 74cd3435b8 Update the example to use struct Reader instead of parse_image(). 2017-02-24 20:48:38 +09:00
KAMADA Ken'ichi 1d5d9fdd38 Mark parse_image() deprecated. 2017-02-24 20:46:50 +09:00
KAMADA Ken'ichi 2893059568 Add struct Reader that wraps the low-level interfaces. 2017-02-22 23:00:25 +09:00
KAMADA Ken'ichi 906a25cb31 Add parse_image(), which accepts a JPEG or TIFF image. 2017-01-12 21:51:11 +09:00
KAMADA Ken'ichi 92a3c49bb2 Add an example to parse a JPEG file. 2016-12-18 23:38:11 +09:00
KAMADA Ken'ichi 6651b7d159 Parse IFD structures and record the context in Tag.
In the Exif specification, IFDs may be nested and chained.
The interpretation of a tag value depends on the IFD in which it
appears, so the context is added into Tag.
2016-11-23 19:06:38 +09:00
KAMADA Ken'ichi 2bb71cfefb Parse SRATIONAL fields. 2016-11-19 20:28:17 +09:00
KAMADA Ken'ichi 3788c45482 Parse RATIONAL fields. 2016-11-17 21:14:07 +09:00
KAMADA Ken'ichi 4175aa5bc4 Test to ensure that usize can hold a 32-bit offset. 2016-11-03 18:58:32 +09:00
KAMADA Ken'ichi 0e9512472c Parse TIFF IFD structure. 2016-10-26 22:46:20 +09:00
KAMADA Ken'ichi a0621d2ebe Test read8() and read16(). 2016-10-09 09:11:10 +09:00
KAMADA Ken'ichi e6e759af11 Extract Exif attribute information segment from a JPEG file. 2016-10-06 22:36:23 +09:00
KAMADA Ken'ichi a7d79b3f01 Add a library template for an Exif library. 2016-09-04 23:31:06 +09:00