mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 10:58:58 +00:00
Typo in message
This commit is contained in:
parent
b776dcd2d3
commit
c136356378
@ -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;
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user