Version: unspecified (using KDE 4.6.0) OS: Linux http://code.google.com/intl/ru/speed/webp/ Reproducible: Always
Gwenview uses Qt and kdelibs image plugins to decode image formats. Such a format should be added to kdelibs image plugins.
webp support would be good. Not only gwenview. Plasma (especially backgrounds, icons and all that artwork stuff) would benefit from it. Because the artwork is the biggest part of an installation and takes the most traffik to upgrade. Other cases are for kthml/kdewebkit (so rekonq, pim, konqueror) for faster internetexperience. Opera and google Chrome (ohh and Android) support webp at this moment.
I've already implemented a KDE image IO plugin; just checking how it can be integrated into the KDE make system.
*** Bug 253572 has been marked as a duplicate of this bug. ***
Git commit df845b06bc440fff5a43a9cdc149e8c88c29bc67 by Martin Koller. Committed on 18/05/2013 at 14:36. Pushed by mkoller into branch 'master'. Add support for WebP image format Add a kimgio plugin to support the new Google invented WebP image format. See https://developers.google.com/speed/webp/?hl=ru FIXED-IN: 4.11 REVIEW: 106300 M +13 -0 CMakeLists.txt M +1 -0 document/kpDocumentSaveOptions.cpp M +1 -1 kolourpaint.desktop M +1 -1 kpDefs.h M +1 -1 mainWindow/kpMainWindow_File.cpp A +258 -0 webp.cpp [License: BSD] A +7 -0 webp.desktop A +49 -0 webp.h [License: BSD] http://commits.kde.org/kolourpaint/df845b06bc440fff5a43a9cdc149e8c88c29bc67
Git commit 88501383febfa1e92c2f34426d066f73b571af58 by Christoph Feck. Committed on 26/06/2013 at 00:13. Pushed by cfeck into branch 'KDE/4.10'. imagethumbnailer: Add WebP to list of supported formats M +1 -1 kioslave/thumbnail/imagethumbnail.desktop http://commits.kde.org/kde-runtime/88501383febfa1e92c2f34426d066f73b571af58
Reference: https://bugreports.qt-project.org/browse/QTBUG-14205 https://github.com/qtproject/qtimageformats/commit/4522b350e53471c2ebc6d4692736ee4708445b66