Reader
- Decode and render only visible portion of an image (Uses less memory, allows to load huge images on android)
- (Android) Added libvips image decoder (same as on desktop). It supports most of image formats, including jxl
- (Desktop) Replaced Vips software upsampling filter with Skia filters (Hardware accelerated when possible)
Onnxruntime
- Added fp16 model support for onnxruntime
- Added an option to choose gpu
- Added simple tiling and tiling configuration option
- Fixed onnxruntime upscaling in continuous mode
- Fixed onnxruntime libraries load for cuda execution provider
- Disabled ROCm execution provider for linux (Can't test properly, will be enabled in future releases)
Other
- Added retry option on failed login (For example when network is unavailable)
- Added android themed app icon support
- Fixed Vips decoder memory leak