pilkit icon indicating copy to clipboard operation
pilkit copied to clipboard

Utilities and processors built for, and on top of PIL

Results 10 pilkit issues
Sort by recently updated
recently updated
newest added

Please describe a changelog in each release as people rely on it in production. When makeing a major version bump we always do a check what has been changed. -...

Hi! I package this project for Arch Linux. I would like to ask, whehter it would be possible to drop support for Python versions that are no longer supported by...

ImportError: cannot import name 'GaussianBlur' Unable to import GaussianBlur ``` from pilkit.processors import GaussianBlur from pilkit.processors.filter import GaussianBlur ``` None works!!

Hiya! Thanks for providing django-imagekit and pilkit. We've noticed that thumbnailing huge images (~320 megapixels) is extremely heavy and we've experienced timeouts due to this. Pillow 7.0.0 introduced a new...

Hello, When using Gif animated images, the processors remove the "animated" part of the gif and only resize the first frame of the gif. Is there a way not to...

For `anchor` other than the default 9 options (center, 4 edges, and 4 corners), processing didn't work correctly. The offset was always vague.

I came here looking for some documentation on the Pilkit processors. Unfortunately, the documentation is lacking when it comes to what the processors actually *do*. Ideally, I would like to...

enhancement

Hi, I’m Alexander Böhn, longtime fan of django-imagekit, PILKit, and the maintainer of [Instakit](https://github.com/fish2000/instakit), here with a question that is relevant to both your project and mine. One thing I...

enhancement

Thank you for this great library. I'm trying to convert a jpg image to black and white and store it in its original format, but I got the following error:...

Instead of using the file directly, let's read its contents into a buffer. This was done by #10, but apparently caused issues that require further investigation.