Home » U++ Library support » Draw, Display, Images, Bitmaps, Icons » WebP - new image format
|
|
Re: WebP - new image format [message #29107 is a reply to message #29062] |
Tue, 05 October 2010 11:35  |
mr_ped
Messages: 826 Registered: November 2005 Location: Czech Republic - Praha
|
Experienced Contributor |
|
|
"progress" so far:
- licenses look to be mostly MIT + patent grant from Google, so there doesn't look to be real problem.
- source code is a bit more tricky, for decoding/encoding you need whole VP8 (video codec) lib, because WebP uses parts of it. (I don't think ripping out just WebP related parts is good idea, in the end having support for VP8 shouldn't hurt too, I'm just afraid about size and dependencies of it) (todo: check the lib and evaluate it's inclusion in upp)
Then there's the RIFF data encapsulation (maybe already part of UPP sources, didn't check yet, but it's quite possible, if not, it should be easy to add)
And there's some more available source code from google as plugin for leptonica (which looks MIT/BSD compatible as well), and conversion tool standing aside (probably useless for us).
This sort of distracted me, I did expect some nice lib with picture only encoder/decoder...
We have already leptonica in bazaar, so it may be to get preliminary WebP support all we need is to update leptonica package.
Still the proper goal should be standalone uppsrc/plugin/webp (IMHO).
That's all from me so far, next time I will probably check the vp8 lib finally and see how it looks. In the meantime updating bazaar/leptonica may be good idea and then check what it added about webp support and if it helps with something. Mdelfede is original author of bazaar package?
edit: Mirek: my (lack of) determination may stop me, let's see how far it will go, and whether somebody will help me to stay on track.
[Updated on: Tue, 05 October 2010 11:38] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Fri Apr 25 23:03:39 CEST 2025
Total time taken to generate the page: 0.00853 seconds
|