summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-24 23:07:42 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-24 23:07:42 +0100
commitf1d209319f90adc50e0f3d2a853216052f290bd5 (patch)
tree9d6fd3118b76ff265808b14ce42e3f703c3b3ebd /test/test.h
parentf5291ad8e2e0dd8b342a62b4086577094944d700 (diff)
Implement alpha_blend for YUV420P and YUV420P10. Improve unit test.
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test.h b/test/test.h
index 1593b3a03..8ac026e66 100644
--- a/test/test.h
+++ b/test/test.h
@@ -32,5 +32,6 @@ extern void check_file (boost::filesystem::path ref, boost::filesystem::path che
extern void check_audio_file (boost::filesystem::path ref, boost::filesystem::path check);
extern void check_xml (boost::filesystem::path, boost::filesystem::path, std::list<std::string>);
extern void check_file (boost::filesystem::path, boost::filesystem::path);
+extern void check_image (boost::filesystem::path, boost::filesystem::path);
extern boost::filesystem::path test_film_dir (std::string);
-extern void write_image (boost::shared_ptr<const Image> image, boost::filesystem::path file);
+extern void write_image (boost::shared_ptr<const Image> image, boost::filesystem::path file, std::string format);