-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Image similarity comparison should use modern magick
binary when available
#4272
Comments
Interesting! The ImageMagick wrapper is supposed to automatically detects whether to use the beets/beets/util/artresizer.py Line 465 in debbe4e
It's a little hard too see what's going on from that output (it might be a bit easier if you used a fenced code block in the Markdown for the comment, i.e., wrapped the output in ``` markers?). I suppose we should be logging a bit more information to show the result of the |
@sampsyo - it doesn't look like we actually use our ImageMagick wrapper for checking art similarity: Lines 135 to 143 in debbe4e
I guess the fix is to start using it. |
apologies, fixed the code post |
Aha, thanks, @jackwilsdon! Yes indeed. It would be great if we could share some code to centralize the IM command detection… |
magick
binary when available
similar to other commands Fixes beetbox#4272
Beets is having intermittent issues with the latest version of Imagemagick as it seems the commands used to call compare,convert, etc have changed in the latest verison IM 7. in a cmd prompt running 'Magick compare' produces output as pictured below. 'Magick' was not required in previous versions.
The text was updated successfully, but these errors were encountered: