Work around errors saving JPEG files with the glycin pixbuf loader#1785
Conversation
This requires explicitly converting to a Gdk.Pixbuf which doesn't contain alpha. Bug: #1774
|
I built from your branch but sadly it did not fix the issue for me. source=("https://github.com/PintaProject/Pinta/archive/refs/heads/fix/glycin-jpeg.zip") |
Hmm, that's interesting. I was testing on a VM with CachyOS (Arch-based) which is on It sounds like you downloaded the zip - were you running the Makefiles to build and install It on your system, or just running |
|
There was an error in my PKGBUILD. I will rebuild and retest later. Sorry for the noise. |
|
PKGBUILD fixed. I have done only a 30 seconds test of the issue at hand, namely, the saving of a file in jpeg, and it works. |
|
Great, thanks for confirming! |
This requires explicitly converting to a Gdk.Pixbuf which doesn't contain alpha.
Bug: #1774