restore correct definition of box

This commit is contained in:
Sean Barrett
2014-09-07 04:07:07 -07:00
parent 08ca345839
commit 7da729bfce
2 changed files with 1 additions and 5 deletions

View File

@ -720,5 +720,3 @@ void test_suite(int argc, char **argv)
resize_image("gamma_2.2.jpg", .5f, .5f, STBIR_FILTER_CATMULLROM, STBIR_EDGE_REFLECT, STBIR_COLORSPACE_SRGB, "test-output/gamma_2.2.jpg");
resize_image("gamma_dalai_lama_gray.jpg", .5f, .5f, STBIR_FILTER_CATMULLROM, STBIR_EDGE_REFLECT, STBIR_COLORSPACE_SRGB, "test-output/gamma_dalai_lama_gray.jpg");
}