summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qicc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add CMYK support to QColorSpaceAllan Sandfeld Jensen4 days1-27/+55
* Switch to ICCv4 mluc tagsAllan Sandfeld Jensen5 days1-15/+23
* Parse grayscale ICC profile as grayscale color spacesAllan Sandfeld Jensen10 days1-21/+4
* Handle chad elements in ICC profilesAllan Sandfeld Jensen11 days1-7/+65
* Add color space model, making gray color spaces explicitAllan Sandfeld Jensen11 days1-3/+9
* QIcc: re-add an extra check in parseLutDataGiuseppe D'Angelo12 days1-0/+4
* Fix 8-bit mAB tablesAllan Sandfeld Jensen2024-03-261-1/+2
* Fix CodeChecker warningsAllan Sandfeld Jensen2024-03-121-1/+1
* Add A2B tables, and PCSLab support to QIccAllan Sandfeld Jensen2024-03-071-78/+550
* Improve QColorTrc::isLinear and rename it isIdentityAllan Sandfeld Jensen2024-03-051-13/+17
* QIcc: Clean up implementation in preparation for bigger changesAllan Sandfeld Jensen2024-02-231-111/+131
* Fix support for Input color spacesAllan Sandfeld Jensen2024-02-221-1/+1
* core/gui: fix odr violationTim Blechmann2024-02-061-1/+5
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Gui: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+2
* QIcc: Update test for invalid valuesRobert Löhning2021-06-081-1/+1
* Add QColorSpace::descriptionAllan Sandfeld Jensen2021-03-041-1/+1
* Handle para tags the same way for OOB checks as the other tagsAllan Sandfeld Jensen2021-03-021-21/+16
* Handle desc tags the same way for OOB checks as the other tagsAllan Sandfeld Jensen2021-03-011-7/+3
* Fix out-of-buffer in ICC curv parsingAllan Sandfeld Jensen2021-02-281-5/+6
* Reduce warnings from ICC parsingAllan Sandfeld Jensen2021-02-251-7/+9
* Fix logic problems with table based grayscale ICC profilesAllan Sandfeld Jensen2021-02-251-1/+1
* Fix division by zeroAllan Sandfeld Jensen2021-01-271-0/+4
* Protect against sign-change of size on 32bitAllan Sandfeld Jensen2021-01-271-1/+1
* QColorSpace: port to QESDPGiuseppe D'Angelo2020-10-181-1/+2
* Do not assert on invalid ICC curv tableAllan Sandfeld Jensen2020-10-011-1/+4
* QIcc: fix alignment concerns in ICC profile parsingAndrei Golubev2020-09-151-83/+103
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-1/+1
* Fix deprecation warning, use char16_t instead of quint16/ushortVolker Hilsheimer2020-06-081-2/+2
* Add error message on unaligned profile inputsAllan Sandfeld Jensen2020-05-191-0/+5
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-181-1/+2
|\
| * Fix 32bit integer overflow in ICC parsingv5.15.0-rc1Allan Sandfeld Jensen2020-05-041-1/+2
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
|/
* Parse grayscale ICC profilesAllan Sandfeld Jensen2020-02-171-35/+81
* Remove BT.2020 support from QColorSpaceAllan Sandfeld Jensen2019-09-081-3/+0
* Simplify QColorSpace named presetsTor Arne Vestbø2019-09-031-4/+3
* Improve our color space terminologyAllan Sandfeld Jensen2019-08-021-12/+12
* Parse color space name from ICC profileAllan Sandfeld Jensen2019-07-311-2/+75
* Harden ICC parserAllan Sandfeld Jensen2019-07-311-52/+90
* Remove public d_func from QColorSpaceAllan Sandfeld Jensen2019-07-231-2/+2
* Long live QColorSpace and friendsAllan Sandfeld Jensen2019-02-081-0/+669