Skip to content

Releases: n00mkrad/magick-utils

Build 22

03 Jan 14:36
Compare
Choose a tag to compare
  • 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

28 Nov 13:03
Compare
Choose a tag to compare

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

02 Nov 16:01
Compare
Choose a tag to compare

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

22 Oct 09:21
Compare
Choose a tag to compare

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

21 Oct 21:45
Compare
Choose a tag to compare

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

19 Oct 11:15
Compare
Choose a tag to compare

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

13 Oct 22:33
Compare
Choose a tag to compare
  • Fixed problem with percentage scaling
  • Other minor fixes

Build 15

06 Oct 15:09
Compare
Choose a tag to compare

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

02 Oct 14:19
Compare
Choose a tag to compare

Changes:

  • Added HEIC/HEIF conversion support
  • Minor UI improvements

Build 13

02 Oct 11:19
Compare
Choose a tag to compare

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