1. Home
  2. Browse
  3. libwebp

libwebp

v1.5.0#0Latest

WebP codec: library to encode and decode images in WebP format

Install

Run the following Vcpkg command to install the port.

vcpkg install libwebp

Usage

libwebp provides CMake targets:

find_package(WebP CONFIG REQUIRED)
# basic usage
target_link_libraries(main PRIVATE WebP::webp WebP::webpdecoder WebP::webpdemux)
# for manipulating the WebP graphics format container (port feature libwebpmux)
target_link_libraries(main PRIVATE WebP::libwebpmux)
# for sharp RGB to YUV conversion
target_link_libraries(main PRIVATE WebP::sharpyuv)

Features

Dependencies

See source

Version

v1.5.0#0

Publication

Supports

All

GitHub

webmproject/libwebp

Homepage

github.com/webmproject/libwebp

Subtree

6c9dfbe26b

License

BSD-3-Clause

Definition

Manifest