https://bugs.kde.org/show_bug.cgi?id=484183

Nicolas Fella <nicolas.fe...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
                   |ork/kio-extras/-/commit/c16 |ork/kio-extras/-/commit/fe1
                   |9a773cc55466417198847a9b632 |b4b23c38cbf5c37625ef43fd732
                   |8df6cd4250                  |e2afaf1084

--- Comment #10 from Nicolas Fella <nicolas.fe...@gmx.de> ---
Git commit fe1b4b23c38cbf5c37625ef43fd732e2afaf1084 by Nicolas Fella.
Committed on 22/03/2024 at 11:00.
Pushed by nicolasfella into branch 'release/24.02'.

[thumbnail] Limit bits per pixel to 32

PreviewJob allocates shared memory for transferring the thumbnail data. There
it assumes max. 32 bits per pixel

Now when we load an image with 64 bpp we fail to send it because not enough
memory was allocated

To avoid this convert the image to a 32bit format if neccesary

For a small thumbnail we don't really need that much color bits anyway
(cherry picked from commit c169a773cc55466417198847a9b6328df6cd4250)

M  +2    -1    thumbnail/thumbnail.cpp

https://invent.kde.org/network/kio-extras/-/commit/fe1b4b23c38cbf5c37625ef43fd732e2afaf1084

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to