Created attachment 169914 [details] "Export all" to (OCR) PDF. STEPS TO REPRODUCE 1. Connect an EPSON Expression Home XP-247. 2. Install the driver, https://koji.fedoraproject.org/koji/rpminfo?rpmID=37272185. 3. Scan the entire bed at 1200 DPI, using Colour mode. OBSERVED RESULT I'm unable to save full-bed scans, but am able to save (greyscale) partial-bed scans. EXPECTED RESULT I should be able to save all scans (as Skanlite can). SOFTWARE/OS VERSIONS Operating System: Fedora Linux 40 KDE Plasma Version: 6.0.5 KDE Frameworks Version: 6.2.0 Qt Version: 6.7.0 Kernel Version: 6.8.10-300.fc40.x86_64 (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 7600X 6-Core Processor Memory: 30.5 GiB of RAM Graphics Processor: AMD Radeon RX 5700 Manufacturer: ASRock Product Name: X670E Taichi
Created attachment 169915 [details] Output PDF.
Created attachment 169916 [details] "Save all" and "Save as" (to TIFF and PDF).
Git commit fcf0af8c9a041f551e018da7ba98188935884f21 by Alexander Stippich. Committed on 23/06/2024 at 18:06. Pushed by astippich into branch 'master'. raise QImageReader allocation limit back to Qt5 values Related: bug 486984 M +3 -0 src/Skanpage.cpp https://invent.kde.org/utilities/skanpage/-/commit/fcf0af8c9a041f551e018da7ba98188935884f21
(In reply to Alexander Stippich from comment #3) Does the fact that a maximum allocated value exists mean that it would be possible to hit it at an even higher DPI, or is it so absurdly high that I don't need to worry? Thanks for the work.
Theoretically possible, but the current limit mirrors Qt5's behavior. There were zero issues with that.