Skip to content

Commit

Permalink
fix: remove is_alpha from info display
Browse files Browse the repository at this point in the history
  • Loading branch information
Daru-san committed Dec 14, 2024
1 parent 8334e0b commit 5910b5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/image/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ pub fn print_info(image: &DynamicImage, path: PathBuf, do_short: bool) {
if !do_short {
println!("Color space: {}", color_info.color_type);
println!("Bit depth: {}", color_info.bit_depth);
println!("Alpha: {}", color_info.is_alpha);
}
}

0 comments on commit 5910b5b

Please sign in to comment.