Skip to content
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

magick not exist in debian (and other a think) but remplaced link #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pnb990
Copy link

@pnb990 pnb990 commented Dec 6, 2024

magick convert ... => /usr/bin/convert
magick identify ... => /usr/bin/identify

@Tblue
Copy link
Owner

Tblue commented Dec 7, 2024 via email

@Tblue
Copy link
Owner

Tblue commented Dec 7, 2024

Also, can you post the ImageMagick version?

convert --version

@Tblue
Copy link
Owner

Tblue commented Dec 9, 2024

OK, I'm guessing you're using ImageMagick v6, as that's what's in Debian Stable at the moment.

I've developed this using ImageMagick v7.

I'll have a look... Just using convert and identify instead of magick [identify] will break at some point since v7 has deprecated the former. Might need some version detection.

@pnb990
Copy link
Author

pnb990 commented Dec 29, 2024

Debian stable, will give you ALL tomorrow

@pnb990
Copy link
Author

pnb990 commented Dec 30, 2024

convert --version
Version: ImageMagick 6.9.11-60 Q16 x86_64 2021-01-25 https://imagemagick.org
Copyright: (C) 1999-2021 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC Modules OpenMP(4.5)
Delegates (built-in): bzlib djvu fftw fontconfig freetype heic jbig jng jp2 jpeg lcms lqr ltdl lzma openexr pangocairo png tiff webp wmf x xml zlib

with debian bookworm

@pnb990
Copy link
Author

pnb990 commented Dec 30, 2024

I add a little test to detect presence of magick to use
magick convert or convert
magick indentity or identity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants