Home
last modified time | relevance | path

Searched refs:tiff_filename (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/gil/test/extension/io/
Dtiff_test.cpp43 backend_t backend = read_image_info( tiff_filename in BOOST_AUTO_TEST_CASE()
52 ifstream in( tiff_filename.c_str(), ios::binary ); in BOOST_AUTO_TEST_CASE()
65 TIFF* file = TIFFOpen( tiff_filename.c_str(), "r" ); in BOOST_AUTO_TEST_CASE()
78 fs::path my_path( tiff_filename ); in BOOST_AUTO_TEST_CASE()
96 read_image( tiff_filename, img, tag_t() ); in BOOST_AUTO_TEST_CASE()
104 ifstream in( tiff_filename.c_str(), ios::binary ); in BOOST_AUTO_TEST_CASE()
114 TIFF* file = TIFFOpen( tiff_filename.c_str(), "r" ); in BOOST_AUTO_TEST_CASE()
128 read_and_convert_image( tiff_filename, img, tag_t() ); in BOOST_AUTO_TEST_CASE()
135 ifstream in( tiff_filename.c_str(), ios::binary ); in BOOST_AUTO_TEST_CASE()
145 TIFF* file = TIFFOpen( tiff_filename.c_str(), "r" ); in BOOST_AUTO_TEST_CASE()
[all …]
Dtiff_old_test.cpp31 boost::gil::point_t dim = tiff_read_dimensions(tiff_filename); in BOOST_AUTO_TEST_CASE()
39 tiff_read_image( tiff_filename, img ); in BOOST_AUTO_TEST_CASE()
48 tiff_read_and_convert_image( tiff_filename, img ); in BOOST_AUTO_TEST_CASE()
57 tiff_read_view( tiff_filename, view( img ) ); in BOOST_AUTO_TEST_CASE()
63 tiff_read_and_convert_view( tiff_filename, view( img ) ); in BOOST_AUTO_TEST_CASE()
78 tiff_read_image( tiff_filename.c_str() in BOOST_AUTO_TEST_CASE()
Dall_formats_test.cpp79 read_image( tiff_filename, img, tiff_tag() ); in BOOST_AUTO_TEST_CASE()
Dpaths.hpp67 static const std::string tiff_filename(tiff_in + "test.tif"); variable
Dsimple_all_formats.cpp71 gil::read_image(tiff_filename, img, gil::tiff_tag()); in test_tiff()
/third_party/boost/libs/gil/test/extension/io/tiff/
Dtiff_test.cpp34 backend_t backend = gil::read_image_info(tiff_filename, gil::tiff_tag()); in test_read_image_info()
40 std::ifstream in(tiff_filename.c_str(), std::ios::binary); in test_read_image_info()
49 TIFF* file = TIFFOpen(tiff_filename.c_str(), "r"); in test_read_image_info()
58 fs::path my_path(tiff_filename); in test_read_image_info()
72 gil::read_image(tiff_filename, img, gil::tiff_tag()); in test_read_image()
78 std::ifstream in(tiff_filename.c_str(), std::ios::binary); in test_read_image()
87 TIFF* file = TIFFOpen(tiff_filename.c_str(), "r"); in test_read_image()
101 gil::read_and_convert_image(tiff_filename, img, gil::tiff_tag()); in test_read_and_convert_image()
107 std::ifstream in(tiff_filename.c_str(), std::ios::binary); in test_read_and_convert_image()
116 TIFF* file = TIFFOpen(tiff_filename.c_str(), "r"); in test_read_and_convert_image()
[all …]
Dtiff_old_test.cpp26 boost::gil::point_t dim = gil::tiff_read_dimensions(tiff_filename); in test_old_read_dimensions()
34 gil::tiff_read_image(tiff_filename, img); in test_old_read_image()
43 gil::tiff_read_and_convert_image(tiff_filename, img); in test_old_read_and_convert_image()
52 gil::tiff_read_view(tiff_filename, gil::view(img)); in test_old_read_view()
58 gil::tiff_read_and_convert_view(tiff_filename, gil::view(img)); in test_old_read_and_convert_view()
72 gil::tiff_read_image(tiff_filename.c_str(), image); in test_old_dynamic_image()