Skip to content

Commit

Permalink
tune
Browse files Browse the repository at this point in the history
  • Loading branch information
jtomson committed May 7, 2024
1 parent 643347c commit 8652b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processing/dither.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func shellOutDither(inFile string, po *options.ProcessingOptions) error {
cmdArgs = append(cmdArgs, "--hull-project")
cmdArgs = append(cmdArgs, "--pal-meter-13-hack")
cmdArgs = append(cmdArgs, "--contrast")
cmdArgs = append(cmdArgs, "--shrink-gamut", "2.0")
cmdArgs = append(cmdArgs, "--shrink-gamut", "1.5")
}

cmd := exec.Command("python3", cmdArgs...)
Expand Down

0 comments on commit 8652b2c

Please sign in to comment.