shared libraries for image loading

Asked by John Chandler

I'm looking for the library that handles image loading, particularly for .webp files. My motivation is to get emacs to display these images. My installation (18.04) is able to display these images when I'm in a web browser, so the functionality is there somewhere.

When I load a .webp file in emacs, it isn't recognized as an image file, and displays as garbage (well, the uninterpreted binary contents of the file). I have seen advice on this that includes making sure the correct image-loading shared libraries are in a place emacs knows to look for them. That's why I'd like to know the name of that file, and/or how to be sure the version of the file I have actually includes .webp support.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu libsdl2 Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Best Manfred Hampl (m-hampl) said :
#1

My guess is that handling of .webp images is done by the libwebp* packages, see https://launchpad.net/ubuntu/+source/libwebp

Revision history for this message
John Chandler (bsbonfire) said :
#2

Thanks Manfred Hampl, that solved my question.