Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image::WebP

Warning

Image::WebP versions through 0.2 bundle an obsolete libwebp decoder affected by CVE-2026-58586. Updating the operating system's libwebp package does not update the decoder compiled into Image::WebP.

Do not use the affected release to decode untrusted WebP images.

A patched release has not yet been published. See SECURITY.md before reporting a vulnerability or contributing security test material.

About

Image::WebP provides Perl bindings for working with WebP images.

Installation

Install the development headers for your operating systems libwebp package and pkg-config first. Image::WebP now links to that system library; it does not compile the historical bundled copy.

To install the module:

perl Makefile.PL
make
make test
make install

Support and documentation

After installation, read the module documentation with:

perldoc Image::WebP

For the differences between this raw binding and Imager::File::WEBP, see MIGRATION.md.

Historical distribution resources:

Licence and copyright

Copyright (C) 2013 Zargener

This program is free software; you can redistribute it and/or modify it under the terms of the the Artistic License (2.0). You may obtain a copy of the full license at:

Lhttps://perlfoundation.org/artistic-license-20.html

Any use, modification, and distribution of the Standard or Modified Versions is governed by this Artistic License. By using, modifying or distributing the Package, you accept this license. Do not use, modify, or distribute the Package, if you do not accept this license.

If your Modified Version has been derived from a Modified Version made by someone other than you, you are nevertheless required to ensure that your Modified Version complies with the requirements of this license.

This license does not grant you the right to use any trademark, service mark, tradename, or logo of the Copyright Holder.

This license includes the non-exclusive, worldwide, free-of-charge patent license to make, have made, use, offer to sell, sell, import and otherwise transfer the Package with respect to any patent claims licensable by the Copyright Holder that are necessarily infringed by the Package. If you institute patent litigation (including a cross-claim or counterclaim) against any party alleging that the Package constitutes direct or contributory patent infringement, then this Artistic License to you shall terminate on the date that such litigation is filed.

Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

Perl Image::WebP library. Unofficial. CVE-2026-58586

Resources

Security policy

Stars

Watchers

Forks

Releases

Contributors

Languages