Willow icon indicating copy to clipboard operation
Willow copied to clipboard

A wrapper that combines the functionality of multiple Python image libraries into one API

Results 21 Willow issues
Sort by recently updated
recently updated
newest added

Recently I tried to make Wagtail use [gifsicle](https://www.lcdf.org/gifsicle/) when resizing gifs, rather than wand and imagemagik as it seemed to be quicker at it. I thought I could do this...

Add support for loading and saving animated PNG files

This API would allow us to combine many resize, crop, rotation, scaling, etc operations and apply them all in a single pass. This would be useful for image editors in...

Split from: https://github.com/wagtail/Willow/pull/52#issuecomment-470524069 This API would add support for rotations (in 90 degree increments), flipping and transposition of images. **The ``Orientation`` class.** This class represents a particular orientation. Orientations can...

I am running into an issue I cannot figure out. Here is the traceback: ``` ====================================================================== ERROR: test_wand_image_reads_gif (wagtailimages_autoformat.tests.test_requirements.TestRequirements) ---------------------------------------------------------------------- Traceback (most recent call last): File "/wagtailimages_autoformat/tests/test_requirements.py", line 22, in...

Just want to gather opinions on whether we should move the OpenCV plugin (along with the face/feature detection operations) into a separate module. This should be easy to do as...

As discussed in #66, it would be great to detect when a transparent channel is fully opaque and remove it before saving the new image. This speeds up encoding while...

While uploading multiple images in Wagtail with feature detection enabled, one of my clients faced this error on each image: ``` File "/…/python3.5/site-packages/willow/plugins/opencv.py" in detect_features 79. points = cv2.goodFeaturesToTrack(self.image, 20,...

I'm currently using wagtail (version 1.0rc2) and as instructed per the documentation I had wand (version 0.4.0) installed and also have Willow installed from the latest git. I've tried processing...

## Description On a successful upload of this image, it bypasses the image rendition generation. and on web when trying to access this via CMS admin we get a `ValueError`...

bug