PintaProject / Pinta

Simple GTK# Paint Program
http://www.pinta-project.com/
MIT License
1.75k stars 267 forks source link

WebP is not working on macOS builds #770

Closed cameronwhite closed 2 months ago

cameronwhite commented 2 months ago

Discussed in https://github.com/PintaProject/Pinta/discussions/769

Originally posted by **capellavacancies** April 17, 2024 I've read online WebP it's supported ([source](https://www.html.it/magazine/pinta-2-1-implementato-il-supporto-a-webp-e-migliorato-quello-per-wayland/)) but when I try to open a WebP file it says it's not supported. Ideas ?
badcel commented 2 months ago

It probably is related to this issue?

https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/103

cameronwhite commented 2 months ago

Yeah, the webp-pixbuf-loader does work to add webP support to Pinta, so it's just matter of packaging it.

I had gotten it packaged properly for macOS, but seem to have not actually merged that in properly

cameronwhite commented 2 months ago

This has been backported to the 2.1 branch and will be in the next minor release

BolteDev commented 1 month ago

This also isn't working in Windows on 2.1.2

cameronwhite commented 1 month ago

with b930be3 the webp pixbuf loader is packaged with the Windows installer too. You can try out the latest build from https://github.com/PintaProject/Pinta/actions/runs/9056221969 (requires Github login)