Skip to content

Releases: n00mkrad/magick-utils

Build 12

27 Sep 15:32
Compare
Choose a tag to compare

Changes:

  • Newly supported read formats: AVIF
  • Newly supported write formats: BMP, AVIF
  • Added option for default PNG quality when re-encoding PNGs
  • New Util: Delete monochrome images (or only keep monochrome images and delete the rest)
  • New Util: Remove first x bytes from file (FEAR tex -> dds conversion)
  • Resampling: Separate scaling filters for down/upscaling
  • Replace In Filename: Added option to include or exclude file extension
  • Layer Color On Top: Added color picker GUI for color selection
  • Dither: Added new dithering methods - Ordered 4x4 and Halftone 4x4
  • Config: Fixed bugged config save/load (backported Cupscale config code to MagickUtils)

Build 11

29 Aug 15:40
Compare
Choose a tag to compare
Build 11 Pre-release
Pre-release

Changes:

  • Added Tiling and Merging tools to Crop tab
  • Added Dithering tool (amount of colors can be customized or randomized)
  • Added tool for zero-padding filenames
  • Added Edge Detection effect
  • Added GIF (read) compatibility
  • Added color picker GUI for background color in Config tab

Build 10

16 Aug 23:30
Compare
Choose a tag to compare
Build 10 Pre-release
Pre-release

Changes:

  • Added "Geometry" tab with rotation and flipping utils, both can be randomized
  • The Crop tools can now also expand/extend images if the target resolution is greater than the source
  • "Remove Files Not Present In Both Folders" now works two-way instead of just comparing folder A to B
  • More error handling
  • Added progress bar to normal map grouping util

Public Build 9

13 Aug 20:21
Compare
Choose a tag to compare
Public Build 9 Pre-release
Pre-release

Changes:

  • NEW: Crop Tools - Crop with original aspect ratio, crop to exact resolution, or crop until the resolution is divisible by x
  • NEW: Highly flexible tool to delete image if a certain side is [equal/not equal/smaller/bigger/divisible/not divisble] by a specified size
  • Inpainting Tool: Added "bubbles" pattern, improved Scale option, added Drag-N-Drop functionality
  • Color Tools: Added "Layer Color On Top" util, which overlays any RGBA color on top of images

Public Build 8

11 Aug 15:51
Compare
Choose a tag to compare
Public Build 8 Pre-release
Pre-release

Changes:

  • Added tools for creating inpainting datasets - will erase parts of an image with a certain colors
  • Several fixes regarding the Scale feature (Images with certain dimensions/ratios would be ignored due to code flaws)
  • Basic error handling for paths

Public Build 7

03 Aug 21:24
Compare
Choose a tag to compare
Public Build 7 Pre-release
Pre-release
  • Added Drag-N-Drop feature - Just drop files to convert/scale them with the current settings
  • Added gaussian blur util
  • Added preview feature for noise and blur
  • Added option for monochrome noise (slightly slower as it requires layering)
  • Noise intensity can now be randomized
  • Added dataset util "Delete Files Not Present In Both Folders"
  • Added "config" tab with option to include incompatible files for file operations
  • "Delete Source" gets ignored if input & output are the same files (e.g. when re-encoding images)

Public Build 6

27 Jul 19:35
Compare
Choose a tag to compare
Public Build 6 Pre-release
Pre-release

Changes:

  • Added tool for adding noise to images
  • "Must contain" and "must not contain" filters for filenames
  • File renaming utils: Add prefix or suffix, replace strings in filenames
  • Added "Alpha Off" option to "Remove Transparency" util
  • Other small changes

Public Build 5 (The first one that actually works lol)

23 Jul 18:29
Compare
Choose a tag to compare

Changes:

  • All dependencies are now bundled in the executable, this will fix "could not load assembly..." errors.
  • Added FLIF read support

Public Build 4

21 Jul 18:15
Compare
Choose a tag to compare
Public Build 4 Pre-release
Pre-release

Changes:

  • Fixed "Delete Source" not working when using Crunch compressor
  • Added checkbox to ignore incompatible file extensions (enabled by default)

Public Build 3

21 Jul 16:29
Compare
Choose a tag to compare
Public Build 3 Pre-release
Pre-release

Major Changes:

  • Added Crunch compressor for DDS
  • Improved DDS GUI with extended options for Crunch