Hey everyone! I'm trying to finish up the art_viewer.py and I'm stumped on how to go about scaling the coordinates so that the pointillist image fills the entire window. Any tips on how to get it going?
You can try ratio = your window size / the image's width/length. Then multiply x and y coordinates by this ratio.
Oh perfect thank you!