Andrew Murray

Results 761 comments of Andrew Murray

In https://github.com/python-pillow/Pillow/issues/4001, I came to the conclusion that 'ValueError: New Mach-O header is too large to relocate in ...liblcms2.2.dylib' is fixed for Pillow >= 7.2, presumably as a result of...

The PR has been merged. Does that mean this issue is resolved?

Someone else's thoughts on why `python3 -m pip` is better than `pip3` - https://stackoverflow.com/questions/41307101/difference-between-pip3-and-python3-m-pip/67084664#67084664

Thanks, yes, it passes now. And yes, we're [deliberately](https://github.com/python-pillow/Pillow/pull/5198#issuecomment-785833168) only running CIFuzz for C changes. If you would like to merge this in just for the sake of `python3 -m...

Could you upload a copy of the image, and simple code that triggers the error?

The first mention of EXIF is listed under `The open() method may set the following info properties if available:` The second is listed under `The save() method supports the following...

``` The :py:meth:`~PIL.Image.Image.save` method supports the following options: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` renders as a ``. I personally feel like that's a bit much? This also turns it into a `` and...

What do you think of PR #6632 / https://pillow--6632.org.readthedocs.build/en/6632/handbook/image-file-formats.html#jpeg?