Merge branch 'master' into dev

This commit is contained in:
DRC
2017-06-26 21:58:32 -05:00
16 changed files with 204 additions and 93 deletions

View File

@@ -1,4 +1,4 @@
.TH DJPEG 1 "19 January 2017"
TH DJPEG 1 "18 March 2017"
.SH NAME
djpeg \- decompress a JPEG file to an image file
.SH SYNOPSIS
@@ -188,7 +188,7 @@ Set limit for amount of memory to use in processing large images. Value is
in thousands of bytes, or millions of bytes if "M" is attached to the
number. For example,
.B \-max 4m
selects 4000000 bytes. If more space is needed, temporary files will be used.
selects 4000000 bytes. If more space is needed, an error will occur.
.TP
.BI \-outfile " name"
Send output image to the named file, not to standard output.