Lines Matching full:imwrite
145 imwrite(cv::tempfile(".png"), img);
196 imwrite(img_path, img);
225 imwrite(filename, img);
256 imwrite(filename, img);
486 EXPECT_NO_THROW(cv::imwrite(output_progressive, img, params));
490 EXPECT_NO_THROW(cv::imwrite(output_normal, img));
510 EXPECT_NO_THROW(cv::imwrite(output_optimized, img, params));
514 EXPECT_NO_THROW(cv::imwrite(output_normal, img));
534 EXPECT_NO_THROW(cv::imwrite(output_rst, img, params));
538 EXPECT_NO_THROW(cv::imwrite(output_normal, img));
572 cv::imwrite(file4, big, params);
573 cv::imwrite(file3, big.colRange(0, big.cols - 1), params);
760 EXPECT_NO_THROW(cv::imwrite(output, img)); // lossless
815 EXPECT_NO_THROW(cv::imwrite(output, img, params));
840 EXPECT_NO_THROW(cv::imwrite(output, img));
868 imwrite(tmp_file_name, img_rle, param);