2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-29 00:10:54 +00:00

Typo in message

This commit is contained in:
Jay Berkenbilt 2019-01-30 23:30:46 -05:00
parent b776dcd2d3
commit c136356378
6 changed files with 9 additions and 9 deletions

View File

@ -3817,7 +3817,7 @@ ImageOptimizer::makePipeline(std::string const& description, Pipeline* next)
if (o.verbose && (! description.empty()))
{
std::cout << whoami << ": " << description
<< ": not optimizing because of image"
<< ": not optimizing because image"
<< " is smaller than requested minimum dimensions"
<< std::endl;
}

View File

@ -1,4 +1,4 @@
qpdf: image /Im1 on page 1: not optimizing because of image is smaller than requested minimum dimensions
qpdf: image /Im2 on page 1: not optimizing because of image is smaller than requested minimum dimensions
qpdf: image /Im1 on page 1: not optimizing because image is smaller than requested minimum dimensions
qpdf: image /Im2 on page 1: not optimizing because image is smaller than requested minimum dimensions
qpdf: image /Im3 on page 1: not optimizing because DCT compression does not reduce image size
qpdf: wrote file a.pdf

View File

@ -1,4 +1,4 @@
qpdf: image /Im1 on page 1: not optimizing because of image is smaller than requested minimum dimensions
qpdf: image /Im2 on page 1: not optimizing because of image is smaller than requested minimum dimensions
qpdf: image /Im1 on page 1: not optimizing because image is smaller than requested minimum dimensions
qpdf: image /Im2 on page 1: not optimizing because image is smaller than requested minimum dimensions
qpdf: image /Im3 on page 1: not optimizing because DCT compression does not reduce image size
qpdf: wrote file a.pdf

View File

@ -1,4 +1,4 @@
qpdf: image /Im1 on page 1: not optimizing because of image is smaller than requested minimum dimensions
qpdf: image /Im2 on page 1: not optimizing because of image is smaller than requested minimum dimensions
qpdf: image /Im1 on page 1: not optimizing because image is smaller than requested minimum dimensions
qpdf: image /Im2 on page 1: not optimizing because image is smaller than requested minimum dimensions
qpdf: image /Im3 on page 1: not optimizing because DCT compression does not reduce image size
qpdf: wrote file a.pdf

View File

@ -1,4 +1,4 @@
qpdf: image /Im1 on page 1: optimizing image reduces size from 20000 to ...
qpdf: image /Im2 on page 1: not optimizing because of image is smaller than requested minimum dimensions
qpdf: image /Im2 on page 1: not optimizing because image is smaller than requested minimum dimensions
qpdf: image /Im3 on page 1: not optimizing because DCT compression does not reduce image size
qpdf: wrote file a.pdf

View File

@ -1,4 +1,4 @@
qpdf: image /Im1 on page 1: not optimizing because of image is smaller than requested minimum dimensions
qpdf: image /Im1 on page 1: not optimizing because image is smaller than requested minimum dimensions
qpdf: image /Im2 on page 1: optimizing image reduces size from 20000 to ...
qpdf: image /Im3 on page 1: not optimizing because DCT compression does not reduce image size
qpdf: wrote file a.pdf