Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
stumpy_resize
v1.3.1
StumpyResize
Canvas
InterpolationMethod
RGBA
Built with Crystal 1.9.2
2023-10-08 14:45:07 UTC
enum
StumpyResize::InterpolationMethod
Defined in:
stumpy_resize.cr
Enum Members
NearestNeighbor
=
0
Bilinear
=
1
Bicubic
=
2
Lanczos
=
3
Instance Method Summary
#bicubic?
#bilinear?
#lanczos?
#nearest_neighbor?
Instance Method Detail
def
bicubic?
#
[
View source
]
def
bilinear?
#
[
View source
]
def
lanczos?
#
[
View source
]
def
nearest_neighbor?
#
[
View source
]