2013-01-24 19:35:53 +01:00
|
|
|
config BR2_PACKAGE_WEBP
|
|
|
|
bool "webp"
|
|
|
|
help
|
|
|
|
WebP is a new image format that provides lossless and lossy
|
|
|
|
compression for images on the web
|
|
|
|
|
|
|
|
https://developers.google.com/speed/webp/
|
2016-06-01 05:38:11 +02:00
|
|
|
|
2016-06-03 14:25:42 +02:00
|
|
|
if BR2_PACKAGE_WEBP
|
|
|
|
|
2016-06-01 05:38:11 +02:00
|
|
|
config BR2_PACKAGE_WEBP_DEMUX
|
|
|
|
bool "webpdemux"
|
|
|
|
help
|
2016-06-03 14:25:42 +02:00
|
|
|
Demux is a part of WebPMux for extraction and manipulation
|
|
|
|
of an extended format WebP file, which can have features
|
|
|
|
like color profile, metadata and animation.
|
|
|
|
|
|
|
|
endif
|