From c4401efee9ffc0557c7215d42a487fceb4dc4f05 Mon Sep 17 00:00:00 2001 From: Dirk Farin Date: Wed, 18 Oct 2023 11:10:11 +0200 Subject: [PATCH] rename heif-convert to heif-dec in manpage --- README.md | 4 ++-- examples/heif-dec.1 | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c2bc757a4f..076102572b 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,7 @@ 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. @@ -313,7 +313,7 @@ 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 ``` diff --git a/examples/heif-dec.1 b/examples/heif-dec.1 index 171acbbc78..6bc57858bd 100644 --- a/examples/heif-dec.1 +++ b/examples/heif-dec.1 @@ -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