1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Merge pull request #22226 from ocpalo:libspng

[GSoC 2022] spng encoder/decoder added as optional png codec
This commit is contained in:
Alexander Smorkalov
2022-09-05 13:25:41 +03:00
committed by GitHub
18 changed files with 8708 additions and 13 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ void CV_DrawingTest::run( int )
{
//imwrite( filename, testImg );
ts->printf( ts->LOG, "test image can not be read");
#ifdef HAVE_PNG
#if defined(HAVE_PNG) || defined(HAVE_SPNG)
ts->set_failed_test_info(cvtest::TS::FAIL_INVALID_TEST_DATA);
#else
ts->printf( ts->LOG, "PNG image support is not available");