1config BR2_PACKAGE_WEBP 2 bool "webp" 3 help 4 WebP is a new image format that provides lossless and lossy 5 compression for images on the web 6 7 https://developers.google.com/speed/webp/ 8 9if BR2_PACKAGE_WEBP 10 11config BR2_PACKAGE_WEBP_DEMUX 12 bool "webpdemux" 13 help 14 Demux is a part of WebPMux for extraction and manipulation 15 of an extended format WebP file, which can have features 16 like color profile, metadata and animation. 17 18config BR2_PACKAGE_WEBP_MUX 19 bool "webpmux" 20 help 21 Mux is a part of WebPMux for creation and manipulation 22 of an extended format WebP file, which can have features 23 like color profile, metadata and animation. 24 25endif 26