JudgeResizeType
Function Usage
Checks whether the resizing type contained in the image information is valid.
Prototype
bool JudgeResizeType(const ResizedImageInfo& resizedImageInfo);
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
resizedImageInfo |
Input |
Input image information |
Return Parameter Description
Data Structure |
Description |
|---|---|
bool |
Indicates whether the resizing type contained in the image information is valid. |
Parent topic: PostProcessBase