mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-11 08:20:34 -07:00
feat(test): resize only by height o width
This commit is contained in:
parent
c587077a0f
commit
6ea511f058
1 changed files with 2 additions and 0 deletions
|
|
@ -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}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue