mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-11-02 08:57:33 +03:00
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. |
||
|---|---|---|
| .. | ||
| libImaging | ||
| PIL | ||
| thirdparty | ||
| Tk | ||
| _imaging.c | ||
| _imagingcms.c | ||
| _imagingft.c | ||
| _imagingmath.c | ||
| _imagingmorph.c | ||
| _imagingtk.c | ||
| _webp.c | ||
| decode.c | ||
| display.c | ||
| encode.c | ||
| map.c | ||
| outline.c | ||
| path.c | ||