summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-04-13 23:23:00 +0100
committerCarl Hetherington <cth@carlh.net>2018-04-13 23:25:14 +0100
commitd119e52831556a0b11f4ac4bd20c31151faac171 (patch)
treecbae1108c764adc34ceecf144083b8756337e417 /ChangeLog
parentaa97e44d334f3e2a1924059e10407aae85519eba (diff)
Account for J2K decoding at lower-than-maximum resolution when cropping
the resulting images; fixes #1274.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02029d714..27614d708 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-04-13 Carl Hetherington <cth@carlh.net>
+
+ * Fix incorrect preview crop with DCP sources when the preview is smaller than half
+ of the DCP's resolution (#1274).
+
2018-04-12 Carl Hetherington <cth@carlh.net>
* Prevent error when starting export without specifying a filename (#1260).