summaryrefslogtreecommitdiff
path: root/tools/tiffmedian.c
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@codelibre.net>2021-03-06 20:51:47 +0000
committerRoger Leigh <rleigh@codelibre.net>2021-03-06 20:51:47 +0000
commit0ddfdebc6e0fc553d62d3037c4b43ec94a855de9 (patch)
tree60b230302fb66558acb3614c322c64556cdfbef7 /tools/tiffmedian.c
parentbfc15c355d1434c22a650333247a3416c48fb991 (diff)
parent7ca4b2fed30d4bef51176dffa5a062dee4f2da5f (diff)
downloadlibtiff-git-0ddfdebc6e0fc553d62d3037c4b43ec94a855de9.tar.gz
Merge branch 'display_tool_purpose' into 'master'
TIFF tools: insert a line of text summarizing each tool's purpose See merge request libtiff/libtiff!214
Diffstat (limited to 'tools/tiffmedian.c')
-rw-r--r--tools/tiffmedian.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tiffmedian.c b/tools/tiffmedian.c
index b27695b2..93a1741c 100644
--- a/tools/tiffmedian.c
+++ b/tools/tiffmedian.c
@@ -325,6 +325,7 @@ processCompressOptions(char* opt)
}
static const char usage_info[] =
+"Apply the median cut algorithm to an RGB TIFF file\n\n"
"usage: tiffmedian [options] input.tif output.tif\n"
"where options are:\n"
" -r # make each strip have no more than # rows\n"