summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix rendering errors with animated webp filesMichael Brasser2020-01-201-2/+14
* Do not explicitly disable plugins for winrtOliver Wolff2019-12-171-6/+0
* Tiff: Align 16 to 8 bit colormap conversion to libtiffEirik Aavitsland2019-10-291-3/+4
* Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta2Qt Forward Merge Bot2019-10-121-20/+8
|\
| * Tiff handler: Improve writing performance for some casesEirik Aavitsland2019-10-091-20/+8
* | Fix build after QColorSpace API changesTor Arne Vestbø2019-09-051-2/+0
* | Support writing WebP color space profilesAllan Sandfeld Jensen2019-08-211-11/+51
* | Read color space from WebPAllan Sandfeld Jensen2019-08-192-0/+18
* | Read/write ICC profile in TIFF pluginAllan Sandfeld Jensen2019-08-171-1/+18
|/
* Do not try to write too large WebP imagesAllan Sandfeld Jensen2019-08-171-0/+4
* Fix compilation with disabled deprecated APIsSona Kurazyan2019-07-0812-0/+24
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-142-5/+9
|\
| * Fix feature and library checks for tiff and mngJoerg Bornemann2019-05-132-5/+9
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2Qt Forward Merge Bot2019-04-092-6/+0
|\|
| * Remove the QT_NO_IMAGEFORMAT_{TIFF|WEBP} definesJoerg Bornemann2019-04-022-6/+0
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-023-10/+18
|\|
| * Move qtimageformats over to the new config systemLiang Qi2019-04-023-10/+18
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-275-49/+208
|\|
| * Heic handler: fix orientation and other image propertiesEirik Aavitsland2019-03-264-48/+207
| * tiff handler: fix compilation failureEirik Aavitsland2019-03-251-1/+1
* | Add Grayscale16 support to TIFFAllan Sandfeld Jensen2019-01-031-2/+8
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-271-5/+14
|\
| * tiffhandler: improve stripsizeEirik Aavitsland2018-10-251-5/+14
* | Remove bundled, unmaintained libjasper source codev5.12.0-beta3Eirik Aavitsland2018-10-152-12/+6
* | Remove bundled, unmaintained libmng source codev5.12.0-beta2Eirik Aavitsland2018-10-122-13/+6
* | tiff handler: ensure valid value of the compression optionv5.12.0-beta1Eirik Aavitsland2018-09-171-1/+1
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-011-0/+8
|\|
| * TGA handler: check for out of range image sizeEirik Aavitsland2018-08-281-0/+8
* | Add RGBA64 format support to TIFF pluginAllan Sandfeld Jensen2018-08-232-12/+104
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-121-5/+10
|\|
| * Fix tiffhandler: ensure saved tiffs have suitable ROWSPERSTRIP tag setEirik Aavitsland2018-06-061-5/+10
* | webp handler: improve quality-level handlingEirik Aavitsland2018-05-301-2/+9
* | webp handler: support alpha-less reading and writingEirik Aavitsland2018-05-281-14/+13
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-153-23/+10
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-01-153-23/+10
| |\
| | * Make the native darwin image IO work on iOS tooEirik Aavitsland2017-12-141-17/+7
| | * WebP: Fix wrong default quality level for writingEirik Aavitsland2017-11-162-6/+3
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-202-1/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-10-302-1/+5
| |\|
| | * TGA: Fix clazy-copyable-polymorphicFriedemann Kleint2017-10-191-0/+4
| | * Avoid returning void expressionAndré Klitzing2017-10-061-1/+1
* | | Add native Darwin handler for the HEIF (.heic) formatEirik Aavitsland2017-10-3010-7/+339
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-221-4/+4
|/ /
* | Fix deprecation warningsv5.10.0-beta3v5.10.0-beta2v5.10.0-beta1v5.10.0-alpha1Allan Sandfeld Jensen2017-08-071-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-07-041-0/+8
|\|
| * WebP: respect the frame dispose method for animationsJ-P Nurmi2017-07-031-0/+4
| * Fix QWebpHandler::canRead() to take animation frame count into accountJ-P Nurmi2017-07-031-0/+4
* | qtiffhandler: correct types for height and widthJerome Duval2017-06-141-2/+2
|/
* Extend support for tiled tiff files to all color formatsv5.9.0-beta3v5.9.0-beta2v5.9.0-beta1Eirik Aavitsland2017-03-161-94/+75
* Add support for tiled, color indexed tiff filesEirik Aavitsland2017-03-151-2/+29