Merge pull request #25525 from sturkmen72:png-spng-test

improvements on tests of imagecodecs module
This commit is contained in:
Alexander Smorkalov
2024-05-17 11:37:12 +03:00
committed by GitHub
5 changed files with 19 additions and 1 deletions

View File

@@ -2161,7 +2161,7 @@ static void showSaveDialog(CvWindow& window)
#ifdef HAVE_TIFF
"TIFF Files (*.tiff;*.tif)\0*.tiff;*.tif\0"
#endif
#ifdef HAVE_JASPER
#if defined(HAVE_JASPER) || defined(HAVE_OPENJPEG)
"JPEG-2000 files (*.jp2)\0*.jp2\0"
#endif
#ifdef HAVE_WEBP