-
-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
imagemagick #30362
Comments
|
There are a lot of binaries... |
$ curl -qL https://imagemagick.org/archive/binaries/ | grep href | sed -E 's/^.*href="([^"]+?)".*$/\1/' | grep 7.1.1-43 | grep -v asc
ImageMagick-7.1.1-43-Q8-arm64-dll.exe
ImageMagick-7.1.1-43-Q8-arm64-static.exe
ImageMagick-7.1.1-43-Q8-x64-dll.exe
ImageMagick-7.1.1-43-Q8-x64-static.exe
ImageMagick-7.1.1-43-Q8-x86-dll.exe
ImageMagick-7.1.1-43-Q8-x86-static.exe
ImageMagick-7.1.1-43-Q16-HDRI-arm64-dll.exe
ImageMagick-7.1.1-43-Q16-HDRI-arm64-static.exe
ImageMagick-7.1.1-43-Q16-HDRI-x64-dll.exe
ImageMagick-7.1.1-43-Q16-HDRI-x64-static.exe
ImageMagick-7.1.1-43-Q16-HDRI-x86-dll.exe
ImageMagick-7.1.1-43-Q16-HDRI-x86-static.exe
ImageMagick-7.1.1-43-Q16-arm64-dll.exe
ImageMagick-7.1.1-43-Q16-arm64-static.exe
ImageMagick-7.1.1-43-Q16-x64-dll.exe
ImageMagick-7.1.1-43-Q16-x64-static.exe
ImageMagick-7.1.1-43-Q16-x86-dll.exe
ImageMagick-7.1.1-43-Q16-x86-static.exe
ImageMagick-7.1.1-43-portable-Q8-arm64.zip
ImageMagick-7.1.1-43-portable-Q8-x64.zip
ImageMagick-7.1.1-43-portable-Q8-x86.zip
ImageMagick-7.1.1-43-portable-Q16-HDRI-arm64.zip
ImageMagick-7.1.1-43-portable-Q16-HDRI-x64.zip
ImageMagick-7.1.1-43-portable-Q16-HDRI-x86.zip
ImageMagick-7.1.1-43-portable-Q16-arm64.zip
ImageMagick-7.1.1-43-portable-Q16-x64.zip
ImageMagick-7.1.1-43-portable-Q16-x86.zip
Oh, all of these urls are for Windows. |
The download url for macOS isn't available because it doesn't include magick's version. https://imagemagick.org/archive/binaries/ImageMagick-x86_64-apple-darwin20.1.0.tar.gz aqua is a version manager, so it requires unique urls by version. |
The download url for Linux is also unavailable because it doesn't include the version. |
Source URL
https://github.com/ImageMagick/ImageMagick
Homepage URL
https://imagemagick.org/
Command names
magick
How to confirm after installation
How to install
aqua supports several install ways.
The tool's official installation guide:
go install
go build
cargo install
./configure && make
Note
No response
The text was updated successfully, but these errors were encountered: