Commit Graph

16 Commits

Author SHA1 Message Date
KAMADA Ken'ichi a2596027c8 Simplify length-specified reads. 2021-02-23 22:20:01 +09:00
KAMADA Ken'ichi 6c08800089 Cleanup buffer length calculation. 2021-01-24 19:38:31 +09:00
KAMADA Ken'ichi ef78b2241b Check the Exif block contents in truncation tests. 2020-12-08 19:35:57 +09:00
KAMADA Ken'ichi a406139859 Remove unnecessary use of Cursor in tests. 2020-12-02 21:48:40 +09:00
KAMADA Ken'ichi 7de2ff0ddd Add more tests on truncated data. 2020-02-22 19:57:17 +09:00
KAMADA Ken'ichi bc0053a2e7 Use Vec::drain to avoid an extra memory allocation. 2020-02-05 23:05:10 +09:00
KAMADA Ken'ichi 1d683572be Include the container in the Error::NotFound message. 2020-01-26 19:21:18 +09:00
KAMADA Ken'ichi 766822c791 Use ..= for inclusive range pattern. 2019-10-21 23:25:32 +09:00
KAMADA Ken'ichi eb4723a8a9 Migrate to Rust 2018. 2019-04-01 21:11:54 +09:00
Kornel 9c45d1903a Replace try!() with ? 2018-04-17 23:21:40 +09:00
KAMADA Ken'ichi 827491a769 Reduce the scope of a variable. 2018-01-15 23:01:10 +09:00
KAMADA Ken'ichi 81b5efa7aa Cleanup imports and require Rust 1.15. 2017-03-24 23:09:22 +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 9dce2590c3 Change a comment on get_exif_attr() to a doc comment. 2016-12-30 23:22:13 +09:00
KAMADA Ken'ichi 1eb79a1614 Test jpeg::get_exif_attr(). 2016-10-22 20:22:06 +09:00
KAMADA Ken'ichi e6e759af11 Extract Exif attribute information segment from a JPEG file. 2016-10-06 22:36:23 +09:00