Searched refs:gray_alpha8_image_t (Results 1 – 3 of 3) sorted by relevance
35 using gray_alpha8_image_t= image<gray_alpha8_pixel_t, false>; typedef146 gray_alpha8_image_t img; in BOOST_AUTO_TEST_CASE()407 test_file< gray_alpha8_image_t >( "BASN4A08.PNG" ); in BOOST_AUTO_TEST_CASE()408 test_png_scanline_reader< gray_alpha8_image_t >( "BASN4A08.PNG" ); in BOOST_AUTO_TEST_CASE()461 test_file< gray_alpha8_image_t >( "BASI4A08.PNG" ); in BOOST_AUTO_TEST_CASE()605 test_file< gray_alpha8_image_t >( "BGAI4A08.PNG" ); in BOOST_AUTO_TEST_CASE()617 test_file< gray_alpha8_image_t >( "BGBN4A08.PNG" ); in BOOST_AUTO_TEST_CASE()
30 using gray_alpha8_image_t= gil::image<gray_alpha8_pixel_t, false>; typedef115 gray_alpha8_image_t img; in test_read_with_trns_chunk_color_type_0()374 test_file<gil::gray_alpha8_image_t>("BASN4A08.PNG"); in test_basic_format()375 test_png_scanline_reader<gil::gray_alpha8_image_t>("BASN4A08.PNG"); in test_basic_format()428 test_file<gil::gray_alpha8_image_t>("BASI4A08.PNG"); in test_basic_format_interlaced()572 test_file<gil::gray_alpha8_image_t>("BGAI4A08.PNG"); in test_background()584 test_file<gil::gray_alpha8_image_t>("BGBN4A08.PNG"); in test_background()
66 using gray_alpha8_image_t = image<gray_alpha8_pixel_t, false>; typedef