Pillow/src
Ben Rudiak-Gould 4e12ccc63e Support more affine expression forms in Image.point
In modes I and F, Image.point only supported affine expressions of the
forms (lambda x:) x * a, x + a, and x * a + b. Expressions like 1 - x
had to be written x * -1 + 1.

This rewrite, though still limited to affine transformations, supports
far more expression forms, including 1 - x, (2 * x + 1) / 3, etc.
2022-05-03 13:05:39 -07:00
..
libImaging Merge pull request #6167 from gmarkall/unpack-bgra16 2022-04-04 07:49:45 +10:00
PIL Support more affine expression forms in Image.point 2022-05-03 13:05:39 -07:00
thirdparty Search for libfribidi.dylib in /usr/local/lib 2022-04-05 09:28:41 +10:00
Tk Clarified that version numbers refer to Tk, not Pillow 2022-01-20 10:04:35 +11:00
_imaging.c Allow getpalette() to return less than 256 colors 2022-02-16 09:56:13 +11:00
_imagingcms.c Changed URLs to https 2021-10-27 22:51:54 +11:00
_imagingft.c Remove support for FreeType 2.7 and older 2021-10-18 09:29:53 +03:00
_imagingmath.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
_imagingmorph.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
_imagingtk.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
_webp.c Merge pull request #5404 from radarhere/feed 2021-12-29 07:33:56 +11:00
decode.c Added setting to convert to RGB only at a different palette 2022-03-22 20:28:49 +11:00
display.c Use METH_VARARGS flags 2021-05-11 20:16:44 +10:00
encode.c Re-add explicit default MCT value 2022-03-31 22:13:17 +03:00
map.c Removed unused C code 2021-01-30 11:23:24 +11:00
outline.c Use METH_VARARGS flags 2021-05-11 20:16:44 +10:00
path.c Corrected allocation 2022-01-14 10:16:35 +11:00