Registry / other / libwebp

libwebp

JSON →
library1.6.0vcpkgunverified

Library to encode and decode images in WebP format.

vcpkg install libwebp
INSTALL
IMPORT
SIG · LIBWEBP
L
libwebp
othercppv1.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

webp/decode.h
#include <webp/decode.h>

Decode a WebP image to RGBA pixels.

#include <webp/decode.h> #include <iostream> int main() { int width, height; // Assume webp_data is a buffer containing WebP data uint8_t* data = WebPDecodeRGBA(webp_data, webp_data_size, &width, &height); if (data) { std::cout << "Decoded image: " << width << "x" << height << std::endl; WebPFree(data); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.6.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

libwebp — pip install libwebp · libregistry