Config.in 657 B

12345678910111213141516171819202122232425
  1. config 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. https://developers.google.com/speed/webp/
  7. if BR2_PACKAGE_WEBP
  8. config BR2_PACKAGE_WEBP_DEMUX
  9. bool "webpdemux"
  10. help
  11. Demux is a part of WebPMux for extraction and manipulation
  12. of an extended format WebP file, which can have features
  13. like color profile, metadata and animation.
  14. config BR2_PACKAGE_WEBP_MUX
  15. bool "webpmux"
  16. help
  17. Mux is a part of WebPMux for creation and manipulation
  18. of an extended format WebP file, which can have features
  19. like color profile, metadata and animation.
  20. endif