Changes:
- Changed the requirements of Force Mode.
- Redefined resolution scale to mean the scale of total pixels instead of width and height. This is more in line with what most people think resolution scale is, i.e. 4K UHD = 4 times the resolution of 1080p.
Before: 1920x1080 -> 3840x2160 = x2
Now: 1920x1080 -> 3840x2160 = x4. - Added a x16 resolution scale option.
- Added an 8K (8000px) resolution limiter for safer enhancements. Credit @OlympicAngel
The image will attempt to enhance at a lower scale if available. - Added support for transparent images. Credit @OlympicAngel
- Removed colour support for GTX 16-series cards as these cards do not have Tensor cores as I originally thought they did.