Skip to content

Commit 73300b6

Browse files
committed
increase default color resolution for sixel
1 parent 2949689 commit 73300b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ pub struct ImageCliOptions {
171171
long,
172172
value_name = "VALUE",
173173
requires = "image",
174-
default_value_t = 16usize,
174+
default_value_t = 64usize,
175175
value_parser = PossibleValuesParser::new(COLOR_RESOLUTIONS)
176176
.map(|s| s.parse::<usize>().unwrap())
177177
)]

0 commit comments

Comments
 (0)