Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion registry/imagemagick.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
backends = ["conda:imagemagick", "asdf:mise-plugins/mise-imagemagick"]
description = "ImageMagick is a free, open-source software suite for creating, editing, converting, and displaying images. It supports 200+ formats and offers powerful command-line tools and APIs for automation, scripting, and integration across platforms"
test = { cmd = "magick --version 2>&1", expected = "ImageMagick" }

[[backends]]
full = "conda:imagemagick"

[[backends]]
full = "asdf:mise-plugins/mise-imagemagick"

[[backends]]
full = "github:ImageMagick/ImageMagick"
platforms = ["windows"]

[backends.options.platforms]
windows-arm64 = { asset_pattern = "ImageMagick-*-portable-Q16-HDRI-arm64.7z" }
Comment thread
iki marked this conversation as resolved.
Comment thread
iki marked this conversation as resolved.
windows-x64 = { asset_pattern = "ImageMagick-*-portable-Q16-HDRI-x64.7z" }
Loading