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

Misleading imagemagick detection #43

Closed
shazz opened this issue Dec 8, 2013 · 3 comments
Closed

Misleading imagemagick detection #43

shazz opened this issue Dec 8, 2013 · 3 comments

Comments

@shazz
Copy link

shazz commented Dec 8, 2013

Hello,

convert.exe is a Windows tool so even if not installed

@windows_only which_cmd = "where"
_, p = readsfrom($which_cmd convert)
wait(p)
if !success(p)
warn("ImageMagick utilities not found. Install for more file format support.")
else
have_imagemagick = true
end

returns true

@timholy
Copy link
Member

timholy commented Dec 8, 2013

Ah, that's quite unfortunate.

Hopefully soon we will switch over to the io branch, which will do its ImageMagick detection quite differently. If you're interested, it should be much faster (see #24 (comment)), so feel free to give it a try.

@timholy
Copy link
Member

timholy commented Dec 12, 2013

Closed by 82dbadc.

@timholy timholy closed this as completed Dec 12, 2013
@timholy
Copy link
Member

timholy commented Dec 12, 2013

...and by a3d846a

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