kimageformats/autotests/read
Mirco Miranda 402dfb5de3 psd: Fix alpha blending
PSD files are saved with as alpha premultiplied. The problem is that alpha refers to white instead of black so it requires transformation formulas. Then, to conver PS premultiplied to QImage premultiplied you have to use the following formula:

* V = Alpha + Vps - Max (C, M, Y, K, R, G, B, Gray, L\* components)
* V = Vps + (Alpha - Max + 1) / 2 (a\*, b\* components)

Where Max is the maximum value depending on the image depth and Vps is the valued read from the file.
2023-03-29 17:55:55 +00:00
..
avif Add AVIF test files with rotation and mirror operations 2022-10-12 15:39:27 +02:00
eps Add simple autotests 2014-02-03 15:03:29 +00:00
exr Added EXR test image 2022-10-02 06:01:23 +00:00
hdr Fix Non-square Radiance/RGBE/.hdr images failing to load 2021-03-04 22:57:23 +01:00
heif Add plugin for High Efficiency Image File Format (HEIF) 2021-02-25 11:52:00 +01:00
jxl Add JXL test files corresponding to 8 EXIF orientation values 2022-10-13 15:47:04 +02:00
kra Add kra and ora imageio plugins (read-only) 2016-01-31 15:01:32 +01:00
ora Add kra and ora imageio plugins (read-only) 2016-01-31 15:01:32 +01:00
pcx PCX: Fix reading of the extended palette 2023-01-11 22:56:38 +00:00
psd psd: Fix alpha blending 2023-03-29 17:55:55 +00:00
ras Add simple autotests 2014-02-03 15:03:29 +00:00
raw Camera RAW images plugin 2022-09-19 23:52:43 +00:00
rgb Add simple autotests 2014-02-03 15:03:29 +00:00
tga Add simple autotests 2014-02-03 15:03:29 +00:00
xcf Fix XCF parasites metadata in QImage and support to ICC profile 2022-03-23 23:34:33 +00:00