Kernel
in package
The Kernel enum.
Tags
Table of Contents
- CUBIC = 'cubic'
- LANCZOS2 = 'lanczos2'
- LANCZOS3 = 'lanczos3'
- LINEAR = 'linear'
- MITCHELL = 'mitchell'
- NEAREST = 'nearest'
Constants
CUBIC
public
mixed
CUBIC
= 'cubic'
LANCZOS2
public
mixed
LANCZOS2
= 'lanczos2'
LANCZOS3
public
mixed
LANCZOS3
= 'lanczos3'
LINEAR
public
mixed
LINEAR
= 'linear'
MITCHELL
public
mixed
MITCHELL
= 'mitchell'
NEAREST
public
mixed
NEAREST
= 'nearest'