#include <PictureScalingAlgorithm.h>
|
enum | Algorithm {
NoAlgorithm
, FastBilinear
, Bilinear
, Bicubic
,
Experimental
, NearestNeighbor
, AveragingArea
, Bicublin
,
Gaussian
, Sinc
, Lanczos
, BicubicSpline
} |
|
typedef enum CPictureScalingAlgorithm::Algorithm | Algorithm |
|
◆ Algorithm
◆ Algorithm
Enumerator |
---|
NoAlgorithm | |
FastBilinear | |
Bilinear | |
Bicubic | |
Experimental | |
NearestNeighbor | |
AveragingArea | |
Bicublin | |
Gaussian | |
Sinc | |
Lanczos | |
BicubicSpline | |
◆ FromString()
◆ ToString()
std::string CPictureScalingAlgorithm::ToString |
( |
Algorithm | scalingAlgorithm | ) |
|
|
static |
◆ ToSwscale() [1/2]
int CPictureScalingAlgorithm::ToSwscale |
( |
Algorithm | scalingAlgorithm | ) |
|
|
static |
◆ ToSwscale() [2/2]
int CPictureScalingAlgorithm::ToSwscale |
( |
const std::string & | scalingAlgorithm | ) |
|
|
static |
◆ Default
The documentation for this class was generated from the following files: