Skip to content

Commit

Permalink
rename heif-convert to heif-dec in manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 18, 2023
1 parent 87815a5 commit c4401ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,15 +305,15 @@ This is `libheif` running in JavaScript in your browser.
## Example programs
Some example programs are provided in the `examples` directory.
The program `heif-convert` converts all images stored in an HEIF/AVIF file to JPEG or PNG.
The program `heif-dec` converts all images stored in an HEIF/AVIF file to JPEG or PNG.
`heif-enc` lets you convert JPEG files to HEIF/AVIF.
The program `heif-info` is a simple, minimal decoder that dumps the file structure to the console.
For example convert `example.heic` to JPEGs and one of the JPEGs back to HEIF:
```sh
cd examples/
./heif-convert example.heic example.jpeg
./heif-dec example.heic example.jpeg
./heif-enc example-1.jpeg -o example.heif
```
Expand Down
6 changes: 3 additions & 3 deletions examples/heif-dec.1
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.TH HEIF-THUMBNAILER 1
.SH NAME
heif-convert \- convert HEIC/HEIF image
heif-dec \- decode HEIC/HEIF image
.SH SYNOPSIS
.B heif-convert
.B heif-dec
[\fB\-q\fR \fIQUALITY\fR]
.IR filename
.IR output[.jpg|.png|.y4m]
.SH DESCRIPTION
.B heif-convert
.B heif-dec
Convert HEIC/HEIF image to a different image format.
.SH OPTIONS
.TP
Expand Down

0 comments on commit c4401ef

Please sign in to comment.