Correct the rotated image to match expectations

The test image that was meant to be rotated was generated incorrectly.
It now corresponds to the following ImageMagick command:

$ convert in -rotate 90 -orient left-bottom out

cargo test passes
This commit is contained in:
Nathan Fiedler 2016-03-29 20:56:58 -07:00
parent faebc468ba
commit a5cb97d3cf

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 102 KiB