summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2017-01-31 13:02:27 +0000
committerEven Rouault <even.rouault@spatialys.com>2017-01-31 13:02:27 +0000
commit62473b596b8619736387fa0335f11cd05a33b9cf (patch)
tree3e587a81a69c35aa401847e8f43717d0ffbc7bde /ChangeLog
parent55e5962794ee4d0bbf783377bb6d9d6483d59ec9 (diff)
downloadlibtiff-git-62473b596b8619736387fa0335f11cd05a33b9cf.tar.gz
* libtiff/tif_jpeg.c: only run JPEGFixupTagsSubsampling() if the
YCbCrSubsampling tag is not explicitly present. This helps a bit to reduce the I/O amount when te tag is present (especially on cloud hosted files).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee7c7f56..fbefd1b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-01-31 Even Rouault <even.rouault at spatialys.com>
+
+ * libtiff/tif_jpeg.c: only run JPEGFixupTagsSubsampling() if the
+ YCbCrSubsampling tag is not explicitly present. This helps a bit to reduce
+ the I/O amount when te tag is present (especially on cloud hosted files).
+
2017-01-14 Even Rouault <even.rouault at spatialys.com>
* tools/raw2tiff.c: avoid integer division by zero.