Andrew Murray

Results 761 comments of Andrew Murray

Oh, ok. I guess I was wrong. Thanks for that.

Is anything at https://stackoverflow.com/questions/57197283/aws-lambda-cannot-import-name-imaging-from-pil helpful? It suggests - [unzipping the relevant Pillow wheel and uploading those to your lambda](https://stackoverflow.com/questions/57197283/aws-lambda-cannot-import-name-imaging-from-pil/62121096#62121096), or - if you don't strictly need to use Python 3.10,...

In https://web.archive.org/web/20210126181708/https://docs.aws.amazon.com/lambda/latest/dg/with-s3-example-deployment-pkg.html#with-s3-example-deployment-pkg-python, the official answer is > We recommend using the AWS SAM CLI [sam build](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-using-build.html) command with the --use-container option to create deployment packages that contain libraries written in...

I've created PR #6559 to resolve this by automatically applying `apply_transparency()` in `ImageTk.PhotoImage`.

It is not a problem to open pull requests without issues. Your PR just hasn't been reviewed yet. I haven't reviewed it as I would like someone else with more...

If you run the following code, you will see that the GIF is in P mode for the first frame, and then RGBA mode for the subsequent frames that. However,...

I've created PR #6592 to fix the `LoadingStrategy.RGB_ALWAYS` bug, resolving this.

https://github.com/PososikTeam/Pillow/pull/1 has been merged, containing suggestions from me - Removing the `copy()` operation, as it is not necessary, and not all images have palettes - Switched to using `getpalette()` in...

Here is the unzipped image. So it is cut off partway through. ![screen 3](https://user-images.githubusercontent.com/3112309/191155649-f265c14c-5b8a-44ac-923c-c3947a72eca1.png) If you just run the very simple ```python from PIL import ImageGrab ImageGrab.grab().show() ``` does the...

> This is an occasional problem , So i can't let this problem happen every time. But once that happens I can't go on with the next steps. How frequently...