mirror of
https://codeberg.org/h3xx/optipdf
synced 2024-08-15 00:03:23 +00:00
Flatten image rotation too
Not sure how much space this saves, but it's work a shot.
This commit is contained in:
parent
96395f92e7
commit
c7e6ff5a3e
1 changed files with 1 additions and 0 deletions
1
optipdf
1
optipdf
|
@ -228,6 +228,7 @@ TEMP_FILES+=("$TEMP")
|
||||||
QPDF_ARGS=(
|
QPDF_ARGS=(
|
||||||
--compression-level=9
|
--compression-level=9
|
||||||
--deterministic-id
|
--deterministic-id
|
||||||
|
--flatten-rotation
|
||||||
--object-streams=generate
|
--object-streams=generate
|
||||||
--recompress-flate
|
--recompress-flate
|
||||||
--stream-data=compress
|
--stream-data=compress
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue