Itch.io link -> https://jangystudio.itch.io/nicescaler
Interface.
Example.
Original photo
Upscaled photo
Lossless image upscaler app based on OpenCV SuperResolution deeplearning models
Credit to.
- OpenCV (https://opencv.org/)
- EDSR (https://arxiv.org/pdf/1707.02921.pdf)
- ESPCN (https://arxiv.org/pdf/1609.05158.pdf)
- FSRCNN (https://arxiv.org/pdf/1608.00367.pdf)
- LapSRN (https://arxiv.org/pdf/1710.01992.pdf)
Installation.
NiceScaler does not require any installation, it's a single portable exe usable on any Windows PC
Supported IA backends.
Actually NiceScaler utilize only CPU to upscale to be compatible with any PC, even without powerfull GPU
Features.
- Different IA models selection
- Drag and drop image
- Upscaling x2 one image at a time
- Simple and clean GUI
- Compatible with PNG, JPEG, BMP, WEBP, TIF images
- Portable everywhere without installation
Next steps.
If the project is well followed, I will update and implement all the following features:
- Batch upscaling (load multiple images)
- Video upscaling
- More AI backends (CUDA / OpenCL / Vulkan)
- GUI-related funcionalities (Button to stop upscaling, etc.)
- Pre-processing (image/videos downscaling before upscaling)