summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bernard <miniupnp@free.fr>2020-11-15 17:08:42 +0100
committerThomas Bernard <miniupnp@free.fr>2020-11-15 17:08:42 +0100
commite9e504193ef1f87e9cb5e986586b0cbe3254e421 (patch)
tree0b724a980abc2a4542eedd6a5e15db8c610dfb83
parent98a254f5b92cea22f5436555ff7fceb12afee84d (diff)
downloadlibtiff-git-e9e504193ef1f87e9cb5e986586b0cbe3254e421.tar.gz
tiff2rgba.1: -M option
-rw-r--r--man/tiff2rgba.14
1 files changed, 4 insertions, 0 deletions
diff --git a/man/tiff2rgba.1 b/man/tiff2rgba.1
index d9c9baae..fe9ebb2c 100644
--- a/man/tiff2rgba.1
+++ b/man/tiff2rgba.1
@@ -87,6 +87,10 @@ Drop the alpha component from the output file, producing a pure RGB file.
Currently this does not work if the
.B \-b
flag is also in effect.
+.TP
+.BI \-M " size"
+Set maximum memory allocation size (in MiB). The default is 256MiB.
+Set to 0 to disable the limit.
.SH "SEE ALSO"
.BR tiff2bw (1),
.BR TIFFReadRGBAImage (3t),