recently i have noticed that we can save images from highgui window by pressing CTRL+S ( Afaik it is only for windows platform ).
when CTRL+S pressed a save dialog appears and you can choose the format of image to save.
but all the formats listed in the save dialog.
as shown below i tried to modify source code to check if image formats supported by compiled library ( for example my library compiled only WITH_JPEG option)
i could not do #ifdef HAVE_PNG, need help at this point.
thanks in advance.
EDIT :
[here](https://github.com/sturkmen72/opencv/commit/2f4589cf6405f04d1dfa4fa15945ceeb902b1027)
what i have achieved
↧