rename sample file

This commit is contained in:
Ponj 2024-06-24 09:51:09 +02:00
parent b0bcaa43ce
commit cf3cb171c6
Signed by: p6nj
GPG key ID: CEAB625B75A836B2
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,7 @@ use anyhow::Result;
use bmp::open;
fn main() -> Result<()> {
let bmp = open("bmp/sample_640×426.bmp")?;
let bmp = open("bmp/sample.bmp")?;
bmp.to_writer(&mut File::create("bmp/out.bmp")?)?;
Ok(())
}

View file

Before

Width:  |  Height:  |  Size: 799 KiB

After

Width:  |  Height:  |  Size: 799 KiB