Skip to content

Commit

Permalink
Update color-correct option
Browse files Browse the repository at this point in the history
This needs some cleanup. In any event, 0,1,3 are the options that matter
for now. I might put 2 (kmeans clustering) back at some point.
  • Loading branch information
sz3 committed Feb 22, 2024
1 parent 452f6d9 commit ed40321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cimbar/cimbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
--config=<config> Choose configuration from sq8x8,sq5x5,sq5x6. [default: sq8x8]
--dark Use dark palette. [default]
--light Use light palette.
--color-correct=<0-2> Color correction. 0 is off. 1 is white balance. 2 is 2-pass least squares. [default: 1]
--color-correct=<0-7> Color correction. 0 is off. 1 is white balance. 3 is 2-pass on a fountain-encoded image. [default: 1]
--deskew=<0-2> Deskew level. 0 is no deskew. Should usually be 0 or default. [default: 1]
--preprocess=<0,1> Sharpen image before decoding. Default is to guess. [default: -1]
"""
Expand Down

0 comments on commit ed40321

Please sign in to comment.