exif-rs/src
KAMADA Ken'ichi b8aefa2722 Support tiled TIFF images.
This is just for convenience in case the primary image is tiled.
Tiled images are not part of the Exif 2.31 standard or the TIFF 6.0
baseline specification.
2017-07-07 22:21:44 +09:00
..
endian.rs Add endian::writeu16, writeu32, and writeu64. 2017-06-29 23:19:53 +09:00
error.rs Add DateTime parser. 2017-03-24 22:57:38 +09:00
jpeg.rs Cleanup imports and require Rust 1.15. 2017-03-24 23:09:22 +09:00
lib.rs Add an experimental Writer that encodes and writes Exif data. 2017-07-01 19:17:37 +09:00
reader.rs Fix a typo and a "tag value" that has been overlooked. 2017-06-25 20:33:27 +09:00
tag.rs Support tiled TIFF images. 2017-07-07 22:21:44 +09:00
tiff.rs Add an experimental Writer that encodes and writes Exif data. 2017-07-01 19:17:37 +09:00
tmacro.rs Test parsing an unknown field. 2017-03-14 21:53:48 +09:00
util.rs Add DateTime parser. 2017-03-24 22:57:38 +09:00
value.rs Implement the body of Value::display_as(). 2017-06-17 21:57:38 +09:00
writer.rs Support tiled TIFF images. 2017-07-07 22:21:44 +09:00