You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support of Neon CPU-instructions to speedup image resizing
on ARM architecture.
Added optional argument options: ResizeOptions into Resizer.resize()
and Resizer.resize_pil() methods.
Added support for images with zero sizes (width or/and height).
Added FilterType.gaussian filter for convolution resize algorythm.
Updated version of pyo3 to 0.21.2.
BREAKING CHANGES:
Argument resize_alg was removed from Resizer.__init__() method.
You have to use options argument of Resizer.resize()
and Resizer.resize_pil() methods to change resize algorythm.
Resizer, by default, multiplies and divides color channels of image by
an alpha channel. You may change this behavior through options argument.