Skip to content
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #165 from nthykier/patch-1
Browse files Browse the repository at this point in the history
Pass --disable-embed-rasters to scour
  • Loading branch information
RazrFalcon committed Jul 15, 2018
2 parents a80017f + 3c56ce4 commit 0439732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/stats/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ fn clean_with_scour(exe_path: &str, in_path: &str, out_path: &str) -> bool {
.arg("--remove-titles")
.arg("--remove-descriptions")
.arg("--remove-metadata")
.arg("--disable-embed-rasters")
.output();

match res {
Expand Down

0 comments on commit 0439732

Please sign in to comment.