Releases: n00mkrad/cupscale
Releases · n00mkrad/cupscale
Build 14
Changes:
- Image post-processing is now parallel to upscaling. This means images get copied to the output folder as soon as they are upscaled.
- Significantly improved DDS exporting
- Switched from ImageMagick to Nvidia's nvcompressor as encoder
- Supports raw RGB, BC1 (DXT1), BC2 (DXT3), BC3 (DXT5), BC4, and BC5
- Added the option to save animated preview comparisons (GIF or h264 MP4)
- Better Alpha removal for transparent images, should fix some strange looking image bugs
- Improved the installer for ESRGAN and other files, should now only extract resources when needed
- Better error handling for ESRGAN - Custom error messages for missing python installation/modules and incompatible models
- Improved Logging
- Log is now saved to a file. It gets deleted when a new session is started (but not when the program crashes)
- Log now has timestamps
Build 13
Build 12
Changes:
- Added support for ESRGAN-NCNN-Vulkan, enabling batch upscaling on AMD GPUs
- Added model converter & caching system for ESRGAN-NCNN
- Images can now be loaded from the clipboard
- Added "Open Folder Of Last Upscale" button to open the last output folder
- Internal improvements to the ESRGAN installer
Build 11
Changes:
- Added post-processing options: Automatically resize images after upscaling
- Batch processing now also accepts multi-selected images (not just a folder)
- Preprocessing & Postprocessing now has a visible progress bar
- Improved DDS format support (including BC7)
Build 10
Changes:
- Added more manual export formats: BMP, TGA, DDS
- Added Format options in the settings window, allowing you to specify quality/compression
- Preview merging is now drastically faster
- Preview should now work better for huge images
- Model Tree now hides non-model files (and folders without models in them)
- Error handling improvements
Build 9
Build 8
Build 7 [Hotfix]
Changes:
- Fixed some bugs that popped up in b6
Build 6
Changes:
- Added batch processing
- Finished Alpha support including previewing
- Added support for ALL image formats that Magick.NET supports*
- UI design improvements
- Fixed various bugs regarding output formats
- Merged preview now uses the active filtering mode
*For previewing. For upscaling, the following formats are currently supported: PNG, JPEG, WEBP, BMP, TGA, DDS.
Test Build 5 [Hotfix]
Changes:
- Fixed custom interpolation factor not working