Friday, September 13, 2024

PIL - image resize() from the basic code & idea

PIL: Python Image Library: https://github.com/python-pillow/

  Written by Fredrik Lundh(https://groups.google.com/g/dev-python/c/fbv5gWgaGpM?pli=1)


image resize algorithm



Image.resize(...)
 option: Image.NEAREST, Image.BICUBIC, Image.BILINER, ...

src/_imaging.c
 static PyObject * _resize(ImagingObject *self, PyObject *args)
src/libLmanging/Geometry.c
 ImagingTransform(...)






No comments: