A simple macOS Shortcut that inverts the colors of an image using ImageMagick.
Prerequisites ImageMagick Homebrew:
brew install imagemagick
-
Open the Shortcuts app.
-
Create a new shortcut named Invert Image Color.
-
Add actions:
- Select use as quick action
* **Select Run Shell Script** ```shell /opt/homebrew/bin/magick "$1" -channel RGB -negate "$1" ```
In case you get permission errors: Go to System Settings → Privacy & Security → Full Disk Access.