Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[test_resize] Added 3x4 scaling test
  • Loading branch information
monich committed Apr 17, 2014
1 parent 3b56994 commit 96462e1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Binary file added mms-lib/test/resize/data/0004.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions mms-lib/test/resize/test_resize.c
Expand Up @@ -115,6 +115,20 @@ static const TestDesc resize_tests[] = {
3,
3000000,
{460, 816}
},{
"Jpeg_Portrait4",
"data/0004.jpg",
&test_jpeg,
2,
3000000,
{816, 1088}
},{
"Jpeg_Portrait5",
"data/0004.jpg",
&test_jpeg,
3,
3000000,
{612, 816}
},{
"Jpeg_Landscape1",
"data/0002.jpg",
Expand Down

0 comments on commit 96462e1

Please sign in to comment.