Releases: n00mkrad/magick-utils
Releases · n00mkrad/magick-utils
Build 12
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
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
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
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
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
- 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
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)
Changes:
- All dependencies are now bundled in the executable, this will fix "could not load assembly..." errors.
- Added FLIF read support
Public Build 4
Changes:
- Fixed "Delete Source" not working when using Crunch compressor
- Added checkbox to ignore incompatible file extensions (enabled by default)
Public Build 3
Major Changes:
- Added Crunch compressor for DDS
- Improved DDS GUI with extended options for Crunch