https://bugs.kde.org/show_bug.cgi?id=484183
Nicolas Fella <nicolas.fe...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/netw | |ork/kio-extras/-/commit/c16 | |9a773cc55466417198847a9b632 | |8df6cd4250 Status|ASSIGNED |RESOLVED --- Comment #9 from Nicolas Fella <nicolas.fe...@gmx.de> --- Git commit c169a773cc55466417198847a9b6328df6cd4250 by Nicolas Fella. Committed on 21/03/2024 at 19:51. Pushed by nicolasfella into branch 'master'. [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 M +2 -1 thumbnail/thumbnail.cpp https://invent.kde.org/network/kio-extras/-/commit/c169a773cc55466417198847a9b6328df6cd4250 -- You are receiving this mail because: You are watching all bug changes.