Andrew Murray
Andrew Murray
Thanks very much @apodtele I've created #8324 to resolve this by drawing an empty character.
If it is degenerate (https://lists.nongnu.org/archive/html/freetype-devel/2012-04/msg00068.html, "A degenerate contour is one that does not change the rendering if removed.") and I presume the size of the glyph doesn't affect the advance,...
I've created #8308 to resolve this.
Could you provide a copy of face1.png?
From my reading of https://github.com/python-pillow/Pillow/discussions/8269#discussioncomment-10201110, you're requesting this for both JPEG and MPO?
The PR will actually allow XMP data to be written to both JPEG and MPO images. ```python from PIL import Image for ext in ('.jpg', '.mpo'): with Image.open("Tests/images/hopper.png") as im:...
I've pushed a commit to the PR so that it uses the image's `info` dictionary as well. That will allow you to do this - ```python from PIL import Image...
While the change for this was released in Pillow 11, my plan to allow `im.info["xmp"]` to be used for MPO frames has met some resistance - #8479 I've created #8483...
> Copy figure below into PowerPoint and then save the figure as fig.emf Could you kindly just attach the EMF file itself? If GitHub won't let you attach the file,...
Hi. Pillow seems to use the Win32 API [PlayEnhMetaFile](https://learn.microsoft.com/en-us/windows/win32/api/wingdi/nf-wingdi-playenhmetafile) to render the file in a fairly straightforward way, so I asked a question at https://learn.microsoft.com/en-us/answers/questions/2088347/incorrect-colours-from-playenhmetafile to see if we were...