exif-rs/src
KAMADA Ken'ichi 4f2e54a6b9 Parse an empty ASCII field into an empty Vec.
The previous behavior was chosen to ensure that value[0] is always
present, but it is inconsistent with that of other fields.
2017-03-12 19:13:21 +09:00
..
endian.rs Parse DOUBLE fields. 2016-11-19 20:46:49 +09:00
error.rs Extract Exif attribute information segment from a JPEG file. 2016-10-06 22:36:23 +09:00
image.rs Mark parse_image() deprecated. 2017-02-24 20:46:50 +09:00
jpeg.rs Add parse_image(), which accepts a JPEG or TIFF image. 2017-01-12 21:51:11 +09:00
lib.rs Parse a TIFF image as well as a JPEG in the main example. 2017-03-05 08:19:37 +09:00
reader.rs Test the move of Reader with Box. 2017-03-02 22:38:47 +09:00
tag.rs Add constants for the new tags in Exif 2.31. 2017-03-04 21:26:03 +09:00
tiff.rs Clarify the error messages on truncated IFDs. 2017-03-12 19:09:02 +09:00
tmacro.rs Test jpeg::get_exif_attr(). 2016-10-22 20:22:06 +09:00
util.rs Test read8() and read16(). 2016-10-09 09:11:10 +09:00
value.rs Parse an empty ASCII field into an empty Vec. 2017-03-12 19:13:21 +09:00