alexwlchan / create_thumbnail

A simple command-line tool for creating image thumbnails
1 stars 0 forks source link

Check the dimensions of the thumbnail created in the tests #6

Closed alexwlchan closed 1 month ago

alexwlchan commented 1 month ago

This exposed a silly bug where I'd got the Option<u32> values the wrong way round in the tests, so I'm going to fix that next.