Implement alpha_blend for YUV420P and YUV420P10. Improve unit test.
[dcpomatic.git] / test / test.h
index 1593b3a03f1e755024e16e4c07eb3bf6465c5363..8ac026e66d707227b5c5529ff5bfebbe14378bd7 100644 (file)
@@ -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);