creimers / heic-to-jpg

CLI tool for converting HEIC images to jpg.
MIT License
47 stars 13 forks source link

Program 'convert' not found! #6

Closed ahmed9779 closed 1 year ago

ahmed9779 commented 1 year ago

So I am running this command:

heic-to-jpg --src "C:\Users\PC\Downloads\IMG.heic" --keep

and it says program convert not found.

I found later that installing ImageMagick might work however, that hasn't done anything.

I'm pretty new to this stuff so bare with me lol

KurtLehnardt commented 1 year ago

I'm seeing the same thing. After some digging for a solution on OSX for homebrew, running brew install imagemagick and then which convert to verify installation

excusezmoi commented 1 year ago

Having the same problem

creimers commented 1 year ago

What's the operating system you're using?

excusezmoi commented 1 year ago

Windows 10

creimers commented 1 year ago

@excusezmoi The Windows platform is not supported for now. Pull requests welcome!