Pillow icon indicating copy to clipboard operation
Pillow copied to clipboard

Python Imaging Library (Fork)

Results 418 Pillow issues
Sort by recently updated
recently updated
newest added

With Pillow 9.2.0, I get the following deprecation notice: ``` DeprecationWarning: BILINEAR is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.BILINEAR instead. ``` Is it really necessary...

tl;dr: please use the type you return in documentation. A migration example for deprecated methods wouldn't hurt either `DeprecationWarning: textsize is deprecated and will be removed in Pillow 10 (2023-07-01)....

Documentation

Currently all of the data about the format/mode of an image is stored in the image itself. https://github.com/python-pillow/Pillow/blob/ad7be550aa539dc4c79da928dad071cf0150b731/src/libImaging/Imaging.h#L80-L107 I think it would be cleaner if this information was stored in...

Changes suggested: * In light of #6369, provide an alternative place to download an up-to-date `fribidi.dll` on GitHub Actions. See run on my fork for an example: https://github.com/nulano/Pillow/actions/runs/2921960148

Windows

For https://github.com/python-pillow/Pillow/issues/6480#issuecomment-1208658621 Changes proposed in this pull request: * Document `ImageDraw` attributes `font`, `fontmode`, `ink`, `fill`. * Change `self.fill = 0` to `self.fill = False` to match its use as...

I'm wondering how you would prefer to deal with small PRs that release the GIL. I understand that those can cause a lot of churn due to unintended consequences when...

### What did you do? ```python textwrapped = "Hello, world! 👋 Here are some emojis: 🎨 🌊 😎" font = ImageFont.truetype(THIS_FOLDER+"/fonts/seguiemj.ttf", font_size) //[merged font](https://github.com/thedemons/merge_color_emoji_font) d.text((int(qx),int(qy)), text=textwrapped, align="center", fill="#fff", font=font, embedded_color=True)...

Font Rendering

These image modes currently use 4 bytes for each pixel, but they only need two. I've started looking into this, but there are a lot more changes than I expected,...

- Add index - Move content to sections - Rearrange sections Changes proposed in this pull request: * Adds navigation to Installation section * Rearrange sections to prioritize basic installation,...

Documentation

Anyone mind if I archive and delete https://twitter.com/PythonPillow ? I'm kind of done with X (formerly Twitter) and while I may keep my personal account, I'd love to archive https://twitter.com/PythonPillow...