jpegtran.1: Minor formatting tweak

This commit is contained in:
DRC
2020-10-27 15:35:21 -05:00
parent 9ecb67c219
commit a8656d703d

View File

@@ -161,13 +161,13 @@ to do a perfect rotation, if available, or an approximated one if not.
.PP
This version of \fBjpegtran\fR also offers a lossless crop option, which
discards data outside of a given image region but losslessly preserves what is
inside. Like the rotate and flip transforms, lossless crop is restricted by the
current JPEG format; the upper left corner of the selected region must fall on
an iMCU boundary. If it doesn't, then it is silently moved up and/or left to
the nearest iMCU boundary (the lower right corner is unchanged.) Thus, the
inside. Like the rotate and flip transforms, lossless crop is restricted by
the current JPEG format; the upper left corner of the selected region must fall
on an iMCU boundary. If it doesn't, then it is silently moved up and/or left
to the nearest iMCU boundary (the lower right corner is unchanged.) Thus, the
output image covers at least the requested region, but it may cover more. The
adjustment of the region dimensions may be optionally disabled by attaching
an 'f' character ("force") to the width or height number.
adjustment of the region dimensions may be optionally disabled by attaching an
'f' character ("force") to the width or height number.
The image can be losslessly cropped by giving the switch:
.TP