Skip to content

Commit

Permalink
Use lossless image format for transmission
Browse files Browse the repository at this point in the history
  • Loading branch information
xarantolus committed Jul 17, 2024
1 parent 688404c commit 19d1abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async fn main() {

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

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

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

0 comments on commit 19d1abc

Please sign in to comment.