FreeRDP
Loading...
Searching...
No Matches
Enumerations
WINPR_IMAGE_CMP_FLAGS
Enumerations
enum
wImageFlags
{
WINPR_IMAGE_CMP_NO_FLAGS
= 0 ,
WINPR_IMAGE_CMP_IGNORE_DEPTH
= 1 ,
WINPR_IMAGE_CMP_IGNORE_ALPHA
= 2 ,
WINPR_IMAGE_CMP_FUZZY
= 4 }
Detailed Description
Since
version 3.3.0
Enumeration Type Documentation
◆
wImageFlags
enum wImageFlags
Definition at line
89
of file
include/winpr/image.h
.
90
{
91
WINPR_IMAGE_CMP_NO_FLAGS = 0,
92
WINPR_IMAGE_CMP_IGNORE_DEPTH = 1,
93
WINPR_IMAGE_CMP_IGNORE_ALPHA = 2,
94
WINPR_IMAGE_CMP_FUZZY = 4
95
} wImageFlags;
Generated by
1.9.8