Skip to content

No longer decrease color depth to 8 for 16 bit uncompressed PSD files

Gary Wang requested to merge garywang/kimageformats:master into master

As a follow up of !4 (merged) and !5 (merged) , this patch will make the PSD reader no longer do color quantization (decrease color depth from 16-bit to 8-bit) when reading PSD file with uncompressed raw image data section. The test file also updated to match this behavior change.

Merge request reports