Releases: n00mkrad/magick-utils
Releases · n00mkrad/magick-utils
Build 22
- Added basic JPEG XL support
- Improved the image viewer window, now supports full zooming/panning
- Launching magickutils with a parameter (e.g. drag-n-dropping an image onto it) will directly launch the viewer
Build 21
Changes:
- Added an option to specify the length of each row when merging images into an atlas
- Minor fixes and improvements regarding image scaling
Build 20
Changes:
- Added NvCompress DDS encoder (Nvidia Texture Tools)
- Added DDS compression options (ARGB, BC1-BC5)
- Better error handling when Magick.NET fails to read a file
- Added aliases for custom scaling filters: "Bilinear" => Triangle, "Nearest" => Point, "Bicubic" => Catrom
- Minor UI/UX improvements
Build 19
Changes:
- Added support for MozJpeg JPEG encoder as a more efficient alternative to Magick.NET's encoder
- Added ability to encode lossless WEBP by using quality level 100
- Format Options now get saved to the config and are persistent
Build 18
Changes:
- Added the ability to use custom scaling filters (any of the 31 filters included in Magick.NET) by entering the name in the filter box
- Added a hover tooltip to the filter box that will list all available filters
Build 17
Changes:
- FLIF now uses Magick.NET encoder instead of flif.exe wrapper by default
- Added option to switch to flif.exe wrapper for FLIF encoding
- Added support for randomized WEBP quality
Build 16
- Fixed problem with percentage scaling
- Other minor fixes
Build 15
Changes:
- Added PNG color depth options
- Added "Delete Source" option for tiling images
- Improved alpha removal code (ported code from Cupscale)
- Minor UI improvements
Build 14
Changes:
- Added HEIC/HEIF conversion support
- Minor UI improvements
Build 13
Changes:
- Added Median Filter util
- Fixes & improvements to the "Replace In Filename" util
- Fixed bug in the config code that would throw an error when opening the Config tab