Bug 267365

Summary: WebP codec support
Product: [Frameworks and Libraries] kdelibs Reporter: Stranger <max>
Component: kimgioAssignee: Martin Koller <kollix>
Status: RESOLVED FIXED    
Severity: wishlist CC: cavendish.qi, crissi99, kollix, plusfabi, trebor_x
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In: 4.11

Description Stranger 2011-03-01 08:57:06 UTC
Version:           unspecified (using KDE 4.6.0) 
OS:                Linux

http://code.google.com/intl/ru/speed/webp/

Reproducible: Always
Comment 1 Aurelien Gateau 2011-05-28 00:32:38 UTC
Gwenview uses Qt and kdelibs image plugins to decode image formats. Such a format should be added to kdelibs image plugins.
Comment 2 FabiB 2012-08-31 12:50:57 UTC
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.
Comment 3 Martin Koller 2012-09-01 08:19:32 UTC
I've already implemented a KDE image IO plugin; just checking how it can be integrated into the KDE make system.
Comment 4 Martin Koller 2013-05-11 17:32:53 UTC
*** Bug 253572 has been marked as a duplicate of this bug. ***
Comment 5 Martin Koller 2013-05-18 12:44:09 UTC
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
Comment 6 Christoph Feck 2013-06-26 00:14:50 UTC
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