diff options
author | Qt Forward Merge Bot <qt_forward_merge_bot@qt-project.org> | 2019-04-17 10:35:47 +0200 |
---|---|---|
committer | Qt Forward Merge Bot <qt_forward_merge_bot@qt-project.org> | 2019-04-17 10:35:47 +0200 |
commit | 293000886199483ea63ccc5e71ac0bf1c3071a0e (patch) | |
tree | 2061abdad861c7a33e60447c966cf19937068489 | |
parent | 83e8e25a6a3a94482088916be724d47620f4ea53 (diff) | |
parent | 17ac003f6072e62ba9de7e75f3de8b8509dcd2c3 (diff) | |
download | qtimageformats-293000886199483ea63ccc5e71ac0bf1c3071a0e.tar.gz |
Merge remote-tracking branch 'origin/5.12.3' into 5.12
Change-Id: I266e94316aa280198572a718ea8bd6157a56ba2e
-rw-r--r-- | dist/changes-5.12.3 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dist/changes-5.12.3 b/dist/changes-5.12.3 new file mode 100644 index 0000000..e1fe307 --- /dev/null +++ b/dist/changes-5.12.3 @@ -0,0 +1,31 @@ +Qt 5.12.3 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.12.0 through 5.12.2. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + +https://doc.qt.io/qt-5/index.html + +The Qt version 5.12 series is binary compatible with the 5.11.x series. +Applications compiled for 5.11 will continue to run with 5.12. + +Some of the changes listed in this file include issue tracking numbers +corresponding to tasks in the Qt Bug Tracker: + +https://bugreports.qt.io/ + +Each of these identifiers can be entered in the bug tracker to obtain more +information about a particular change. + +**************************************************************************** +* HEIC (macOS/iOS) * +**************************************************************************** + + - Support for Size and Transformation image properties have been + added, so these can be queried through QImageReader prior to + reading the image. Automatic transformation is enabled, so images + that are stored rotated will by default be transformed to normal + orientation on reading. + + - Read images will have their resolution QImage::dotsPerMeterX()/Y() + set according to the values in the file. |