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

Inaccurate alleged maximum ImageMagick version #135

Open
ryandesign opened this issue Apr 3, 2024 · 1 comment
Open

Inaccurate alleged maximum ImageMagick version #135

ryandesign opened this issue Apr 3, 2024 · 1 comment
Milestone

Comments

@ryandesign
Copy link
Contributor

configure.ac says autotrace supports ImageMagick "<= 5.5.2"

autotrace/configure.ac

Lines 70 to 73 in 362399f

AC_ARG_WITH(magick,
[AS_HELP_STRING([--with-magick=LIB],
[select library to use for images (options: GraphicsMagick(default) or ImageMagick (<= 5.5.2))])],
,[with_magick=GraphicsMagick])

but according to a25fb12 it supports ImageMagick 6 and according to 73b2ddc it supports ImageMagick 7.

@lemenkov
Copy link
Member

lemenkov commented Apr 3, 2024

Thanks for spotting this!

@lemenkov lemenkov added this to the 0.31.11 milestone Apr 6, 2024
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

No branches or pull requests

2 participants