You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got some images in webp format and I'm tired of converting them to JPEG or PNG just to use them. It would be a huge time-saver if webp support was added.
The text was updated successfully, but these errors were encountered:
I did a quick test if to see if adding .webp files to accepted media files list would do the trick, but after successfully loading a .webp graphic it failed to produce any useful image, all I got was full white.
It is probable that making this happen would require making Gdk.Pixbuf (which Flowblade uses to support graphics images) support .webp, and it is almost certain that maintainers of that lib are not willing to do that, there has been even talk of deprecating it.
I've got some images in webp format and I'm tired of converting them to JPEG or PNG just to use them. It would be a huge time-saver if webp support was added.
The text was updated successfully, but these errors were encountered: