Skip to content

Commit 19d1abc

Browse files
committed
Use lossless image format for transmission
1 parent 688404c commit 19d1abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async fn main() {
1515

1616
let config = common::client_config::find_parse_config().expect("Failed to parse config");
1717

18-
let mut client = MystiClient::new(config, ImageOutputFormat::Jpeg(100));
18+
let mut client = MystiClient::new(config, ImageOutputFormat::Png);
1919

2020
client.run().await.expect("Failed to run client");
2121
}

0 commit comments

Comments
 (0)