
A powerful, native Windows GUI for visually building and executing complex ImageMagick commands, completely contained within PowerShell scripts.
This project provides the unfiltered power of the ImageMagick framework wrapped in a rich graphical interface (built entirely in WPF via PowerShell). It allows you to explore over 100 of ImageMagick’s most common and powerful flags without needing to memorize command-line syntax, and features live interactive previews of your edits.
No compiled binaries, Visual Studio, or heavy runtimes are required—just standard Windows PowerShell.
.dll versions or manual portable setups.magick command being generated in real-time. Great for learning ImageMagick syntax!We’ve completely automated the dependency management. You no longer need to manually assemble a bin folder.
install.ps1 and select Run with PowerShell.
Y to allow the script to run.What install.ps1 does:
winget (Windows Package Manager) to silently install it globally.bin folder with the exact .dll files the GUI needs for its interactive preview features.Once installation is complete, simply run the builder:
magick-builder.ps1 and select Run with PowerShell.... browse button.TEST PREVIEW button to apply your current settings to the preview window in real-time.CONVERT button to execute the native ImageMagick CLI engine and process your file(s).“Running scripts is disabled on this system” If you double-click or run the scripts and immediately see a red error regarding Execution Policies, open a PowerShell window as Administrator and run:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
winget is not recognized
If install.ps1 fails because winget is missing, you may be on an older version of Windows 10. You can install it via the Microsoft Store (search for “App Installer”) or manually install ImageMagick from their official website.
Blank Previews / WPF Errors
If you recently updated the bin folder and things are acting strangely, close the PowerShell window entirely and relaunch the script. PowerShell holds onto loaded .dll files for the duration of the session.
This project is open-source and released under the MIT License.
ImageMagick and Magick.NET are distributed under their respective licenses (Apache 2.0 / ImageMagick License).
Built by brizzle