rename sample file
This commit is contained in:
parent
b0bcaa43ce
commit
cf3cb171c6
2 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use anyhow::Result;
|
||||||
use bmp::open;
|
use bmp::open;
|
||||||
|
|
||||||
fn main() -> Result<()> {
|
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")?)?;
|
bmp.to_writer(&mut File::create("bmp/out.bmp")?)?;
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 799 KiB After Width: | Height: | Size: 799 KiB |
Loading…
Reference in a new issue