diff --git a/bent-funny-zone/src/main.rs b/bent-funny-zone/src/main.rs index acecaba..a4f4ea6 100644 --- a/bent-funny-zone/src/main.rs +++ b/bent-funny-zone/src/main.rs @@ -5,7 +5,7 @@ use bmp::{open, Pixel}; use dasp_sample::{FromSample, Sample, ToSample, U24}; fn main() -> Result<()> { - let mut bmp = open("bmp/sample.bmp")?; + let mut bmp = open("bmp/bigsample.bmp")?; for y in 0..bmp.get_height() { for x in 0..bmp.get_width() { if x > 100 && x < 300 { diff --git a/bmp/bigsample.bmp b/bmp/bigsample.bmp new file mode 100644 index 0000000..f988fc2 Binary files /dev/null and b/bmp/bigsample.bmp differ