feat(test): resize only by height o width

This commit is contained in:
Tomas Aparicio 2016-01-30 15:14:42 +00:00
parent c587077a0f
commit 6ea511f058

View file

@ -37,6 +37,8 @@ func TestResizeVerticalImage(t *testing.T) {
{JPEG, Options{Width: 800, Height: 600}},
{JPEG, Options{Width: 1000, Height: 1000}},
{JPEG, Options{Width: 1000, Height: 1500}},
{JPEG, Options{Width: 1000}},
{JPEG, Options{Height: 1500}},
{JPEG, Options{Width: 100, Height: 50}},
{JPEG, Options{Width: 2000, Height: 2000}},
{JPEG, Options{Width: 500, Height: 1000}},