schani / metapixel

A Photomosaic Generator
http://www.complang.tuwien.ac.at/schani/metapixel/
GNU General Public License v2.0
115 stars 17 forks source link

Width compared to both x and y #16

Open badruk opened 1 year ago

badruk commented 1 year ago

Shouldn't this line check for either width and height rather than double check on width?

https://github.com/schani/metapixel/blame/b0fa6863911d23a777e3ad012785c18dfeb5e241/collage.c#L289