https://bugs.kde.org/show_bug.cgi?id=393816
Henrik Fehlauer <rk...@lab12.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rk...@lab12.net --- Comment #1 from Henrik Fehlauer <rk...@lab12.net> --- Thanks for your report, although in general it's best to only report one issue per bug. Regarding your points: 1. High memory usage for TIFF stack: I could not find anything specifically about TIFFs in Gwenview's sources, so that functionality is probably coming from https://doc.qt.io/qt-5.10/qtimageformats-index.html. Try opening a bug over there. 2. Display TIFF stack as a movie: Is there a format specification for that? If so, it would perhaps make sense to suggest adding support for that in Qt (e.g. similar to GIFs) or libVLC/GStreamer (e.g. similar to MP4s). 3. Better filtering capabilities for various filetypes: Currently you can toggle showing of videos, but more control would certainly be nice. Try searching for an existing bug on that, otherwise feel free to open a new bug. 4. Preloading the next image hangs loading of the current image: Sounds more like a bug to me, as in general I'd expect loading of the current image to finish first. Needs a fix, but moving to asynchronous preloading would certainly be nice too, in order to take advantage of multicore CPUs and display the next image even faster. (See also Bug 71870). Let's make your bug strictly about problem #4. (In case you feel like sending a patch to solve this sooner rather than waiting for others to do it later, let us know if you need help getting started.) -- You are receiving this mail because: You are watching all bug changes.