summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qpnghandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-1/+1
|\
| * Don't use libpng allocated buffer to store ICC profile dataAllan Sandfeld Jensen2020-01-301-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-281-0/+3
|\|
| * Allow benign errors when writing PNGsAllan Sandfeld Jensen2020-01-231-1/+4
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-29/+29
* | PNG handler: stop using volatileGiuseppe D'Angelo2019-10-121-2/+2
|/
* Introduce QImage::Format_BGR888Allan Sandfeld Jensen2019-08-231-0/+2
* Add an easier way to change colorspacesAllan Sandfeld Jensen2019-08-021-13/+3
* Improve our color space terminologyAllan Sandfeld Jensen2019-08-021-1/+1
* QPNGImageWriter: fix compilation with libpng 1.4Marc Mutz2019-07-291-3/+12
* Add support for saving colorspace to PNGsAllan Sandfeld Jensen2019-07-231-2/+22
* Remove public d_func from QColorSpaceAllan Sandfeld Jensen2019-07-231-2/+3
* Parse PNG cHRM chunksAllan Sandfeld Jensen2019-07-191-6/+20
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-011-1/+1
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-1/+1
| |\
| | * Do not downscale png when the size is exactly rightAleix Pol2019-06-261-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-101-4/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-061-4/+4
| |\|
| | * png handler: initialize all the variables passed to png_get_IHDRAlbert Astals Cid2019-04-051-4/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-201-3/+5
|\| |
| * | QtGui: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-131-0/+2
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-3/+3
| |\|
| | * Initialize bit_depthAlbert Astals Cid2019-01-311-2/+2
| | * png: initialize color_type to 0Albert Astals Cid2019-01-301-2/+2
* | | Long live QColorSpace and friendsAllan Sandfeld Jensen2019-02-081-6/+66
|/ /
* / Add Grayscale16 Image FormatAllan Sandfeld Jensen2018-12-121-2/+18
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-1/+0
|\
| * Modernize the "textcodec" featureLiang Qi2018-11-071-1/+0
* | QImageWriter/QPNGHandler: Quality option should be CompressionRatioAlexandra Cherdantseva2018-10-141-19/+31
* | Fix reading 16bpc grayscale PNGsAllan Sandfeld Jensen2018-09-031-17/+20
* | Implement support for 16bpc image formatsAllan Sandfeld Jensen2018-08-111-14/+107
|/
* Fix: png handler returning Mono QImage with color table < 2 itemsEirik Aavitsland2018-07-161-1/+1
* Fix PNGs saved from QImage transform of 8-bit imagesAllan Sandfeld Jensen2017-04-191-1/+1
* QtGui: port the last remaining Q_FOREACH loops and add QT_NO_FOREACHMarc Mutz2017-02-201-1/+1
* PNG image handler: Avoid "invalid distance too far back" errorEirik Aavitsland2017-01-311-0/+6
* Factor out qt_getImageText() and qt_getImageTextFromDescription()Anton Kudryavtsev2016-07-141-18/+3
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-1/+1
|\
| * QtGui: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-06-021-1/+1
* | QtGui: Remove Windows CE.Friedemann Kleint2016-03-301-20/+8
|/
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Get rid of QT_USE_BUNDLED_LIBPNGKonstantin Ritt2015-11-231-5/+0
* Export gamma setting and metadata in QImageReaderAllan Sandfeld Jensen2015-06-221-9/+13
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-7/+0
|\
| * Do not modify decoder when determining image-formatAllan Sandfeld Jensen2015-05-211-7/+0
* | QtGui: Fix const correctness in old style castsThiago Macieira2015-03-121-4/+4
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Remove Q_C_CALLBACKSThiago Macieira2015-01-171-10/+1
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+11
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | Add Grayscale8 and Alpha8 formats to QImage and drawingAllan Sandfeld Jensen2014-09-171-0/+14
|/