| Summary: | add webp support | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Christoph Thielecke <crissi99> |
| Component: | khtml image part | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | wishlist | CC: | kde, martin, max, max |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Christoph Thielecke
2010-10-08 10:18:26 UTC
Opera now have native support for WebP: http://www.opera.com/docs/changelogs/unix/1110b/ KHTML integrates with kimgio system, which is essentially use a KDE list Qt image plugins. So first step for webp support is to make Qt Image plugin, and then we can whitelist the format in KHTML as a safe format from the web. Note that a webp qt plugin would also enable all other KDE and Qt application to use WebP images or icons. I've already implemented this: https://git.reviewboard.kde.org/r/106300/ *** This bug has been marked as a duplicate of bug 267365 *** |