Slow Jpeg2000 (JP2) performance
Moderators: XnTriq, helmut, xnview
-
- Posts: 5
- Joined: Sat Feb 25, 2023 5:01 pm
Slow Jpeg2000 (JP2) performance
I'm on a M1 Pro mac and have to say the performance of viewing jp2 files in XnView is very slow compared to other alternatives. I'd say it's 3-4x slower on large images compared to e.g. Phoenix Slides, which is open source. Some optimisations would be very welcome.
-
- Author of XnView
- Posts: 44917
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Slow Jpeg2000 (JP2) performance
XnView MP uses OpenJPEG, but i think that Phoenix Slides uses internal macos codec
Pierre.
-
- Posts: 5
- Joined: Sat Feb 25, 2023 5:01 pm
Re: Slow Jpeg2000 (JP2) performance
Ok. Phoenix Slides does seem slightly faster than the built-in macos preview app, though.
I've done some more comparisions, and it's not just Jpeg2000 that's remarkably faster, but also decoding large jpeg and jpeg-xl images.
The ultimate image viewer would have the functionality of XnView and the speed of Phoenix Slides
-
- Posts: 394
- Joined: Sat Nov 18, 2006 8:57 am
Re: Slow Jpeg2000 (JP2) performance
I checked, and ultimately Phoenix uses CGImageSourceCreateWithData, the main MacOS image decoding API, which is very optimized and GPU accelerated. While XnView normally only uses built-in code, it's not impossible that it could interface with MacOS's API... just doesn't seem likely, especially without a testing environment.
Maybe if QT ever natively supports it?
Maybe if QT ever natively supports it?