Review Request 126684: fix loading of RLE compressed PSD files
Boudewijn Rempt
boud at valdyas.org
Sat Jan 9 10:12:02 UTC 2016
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/126684/#review90811
-----------------------------------------------------------
I'm not the maintainer, but by checking krita's RLE code I can confirm the fix is correct.
- Boudewijn Rempt
On Jan. 9, 2016, 9:58 a.m., Wolfgang Bauer wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/126684/
> -----------------------------------------------------------
>
> (Updated Jan. 9, 2016, 9:58 a.m.)
>
>
> Review request for KDE Frameworks and Alex Merry.
>
>
> Bugs: 354413
> https://bugs.kde.org/show_bug.cgi?id=354413
>
>
> Repository: kimageformats
>
>
> Description
> -------
>
> decodeRLEData() expects a quint16 as length, but the PSD loader calls it with a quint32.
> We do need quint32 for PSD (it's the pixel count there, i.e. width x height), otherwise it would overflow for files bigger than 256x256 pixels.
>
>
> Diffs
> -----
>
> src/imageformats/rle_p.h 71d6b2c
>
> Diff: https://git.reviewboard.kde.org/r/126684/diff/
>
>
> Testing
> -------
>
> RLE compressed PSD files now load fine in applications like (the KF5 based) gwenview, kolourpaint and okular, thumbnails are shown correctly in dolphin too.
>
> PIC files still work as well.
>
> The tests still pass.
>
>
> Thanks,
>
> Wolfgang Bauer
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20160109/cbdbc31b/attachment.html>
More information about the Kde-frameworks-devel
mailing list