Skip to content

Commit

Permalink
Simplify README usage command
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverMendel committed Nov 17, 2024
1 parent 7b0b1df commit c3f571c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,21 @@ heif-convert can be used from the command line by invoking the `heif-convert` co
Convert an HEIF image to a JPG image:

```bash
heif-convert input.heic -f jpg
heif-convert input.heic
```

Convert all HEIF images in the current folder to JPG images:

```bash
heif-convert *.heic -f jpg
heif-convert *.heic
```

### Docker image

Convert an HEIF image to PNG using the Docker image:
Convert an HEIF image to JPG using the Docker image:

```bash
docker run -v "$(pwd)":/usr/app/out --rm nevermendel/heif-convert input.heic -f jpg
docker run -v "$(pwd)":/usr/app/out --rm nevermendel/heif-convert input.heic
```

## Arguments
Expand Down

0 comments on commit c3f571c

Please sign in to comment.