creimers / heic-to-jpg

CLI tool for converting HEIC images to jpg.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Program 'convert' not found!

ml242 opened this issue · comments

  • heic-to-jpg version:
  • Python version:
  • Operating System:

Description

trying to convert a photo:

Program 'convert' not found!

What I Did

Following the instructions, i added a photo to the path and ran heic-to-jpg -s ./IMG_240.heic --keep

Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.

Like stated in the README.md, this program is just a wrapper around imagemagick's convert cli. So you'll have to install it first (or imagemagick in general) in order for this to work. Here's a link: https://imagemagick.org/script/download.php

I see, I thought it came with it. You may want to add a link to the readme then.

Right you are. I updated the README just now.