Andrew Murray
Andrew Murray
> > If you just run the very simple > > ```python > > from PIL import ImageGrab > > ImageGrab.grab().show() > > ``` > > > > does the...
Ok, I've pushed further commits to try and address both of those feedback items.
@nulano any updates?
Could you describe an example use case for this feature? The current dictionary allows for the codes to be translated into something that can be understood by humans. What is...
> A nicer solution would be to switch to an enum with the right values, but this is the quick win. Could you expand on this?
> Here your IDE will autocomplete the tagname. May need to update the code of ExifTags a bit to do this right. Could provide a TAGS dict generated from the...
I've created PR #6630 to use enums as a possible alternative to this.
#6630 has been merged.
> * Does "Update https://github.com/python-pillow/pillow-wheels" have any external dependencies, other than the 3.11.0 release itself? Can we do things like [Updated Python 3.11 to rc2 pillow-wheels#324](https://github.com/python-pillow/pillow-wheels/pull/324) so we don't need...
That's because the i686 3.11 job uses [my docker test image](https://github.com/python-pillow/pillow-wheels/blob/2ee3cd2007d338627b0a248afae99852d1fc58cc/.github/workflows/build.sh#L22-L23), whereas the others don't. The wheels are being built with Python 3.11 on those other environments, just not tested...