Skip to content

Commit

Permalink
Added vertical u16
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Jul 28, 2024
1 parent f68a807 commit f463409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use pic_scale::{

fn main() {
// test_fast_image();
let img = ImageReader::open("./assets/nasa-4928x3279-rgba.png")
let img = ImageReader::open("./assets/asset_5.png")
.unwrap()
.decode()
.unwrap();
Expand Down

0 comments on commit f463409

Please sign in to comment.