Andrew Murray
Andrew Murray
@hugovk did you have any thoughts on this?
The benefits of the refactoring in this PR from my current understanding - adds `_Tile` to help code clarity - adds enums to DdsImagePlugin (without removing existing constants) - previously,...
> Just found weird DDS file with DDPF_RGB flag, but RGBBitsCount = 8 I previously presumed that this would be greyscale, but now I see no reason why the masks...
I've retitled the PR, and added release notes. The release notes also cover #7603
#3962 has a request for a related format - GPR. https://github.com/gopro/gpr > The General Purpose Raw (GPR) is 12-bit raw image coding format that is based on [Adobe DNG®](https://helpx.adobe.com/photoshop/digital-negative.html) standard
#7487 requests support for LinearRaw Photometric Interpretation, part of the DNG specification.
xdg-desktop-portal plans to change this behaviour somewhat. https://github.com/flatpak/xdg-desktop-portal/commit/c8274173f7d127f1d7e39e8b5bcaf7f0ee751f48 > let applications request permissions once, and be forever able to screenshot without much hassle That could be interesting once the next...
https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.16.0 has now been released.
From the look of that example, it would seem more complicated. Could you elaborate on what you mean by "will cause fewer problems"?
Memory leak bugs when a new reference is only passed to a non-stealing API (static analyzer reports)
I've created PR #7003 to resolve this. > API [`PyDict_SetItem`](https://docs.python.org/3/c-api/module.html#c.PyModule_AddObject) does not steal a reference from the third argument if the return value is not zero. To clarify, there's a...