Fix #590: Do you have plan to support webp format
authorColin Clark <colin.clark@cclark.uk>
Sat, 6 Jul 2019 16:28:35 +0000 (17:28 +0100)
committerColin Clark <colin.clark@cclark.uk>
Sat, 6 Jul 2019 16:28:35 +0000 (17:28 +0100)
commit72355b884bff0309109b423c54b876c038ce324e
tree035385bc154772398f1ab491afa328c397952ac6
parent93e6dd0df6308769bc62140110dc0bfa490e060a
Fix #590: Do you have plan to support webp format

https://github.com/BestImageViewer/geeqie/issues/590

The package gdk-pixbuf-loader-webp is not in Debian. The loader can be
complied from source from:
https://github.com/aruiz/webp-pixbuf-loader

However at the moment it is easier for the user if it is compiled in to
Geeqie.
README.md
configure.ac
doc/docbook/GuideReferencePixbufLoaders.xml
doc/docbook/GuideReferenceSupportedFormats.xml
src/Makefile.am
src/filefilter.c
src/image-load.c
src/image_load_webp.c [new file with mode: 0644]
src/image_load_webp.h [new file with mode: 0644]
web/geeqie-install-debian.sh