close

./graphics/libwebp, WebP image format library and tools

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ] [ Image Add to tracker ]


Branch: CURRENT, Version: 1.6.0nb1, Package name: libwebp-1.6.0nb1, Maintainer: ryoon

WebP is a image format that provides lossy and lossless compression
for photographic images. A WebP file consists of VP8 image data, and
a container based on RIFF.


Required to run:
[graphics/tiff] [graphics/png] [graphics/giflib]

Required to build:
[pkgtools/cwrappers]

Package options: tiff

Master sites:

Filesize: 4195.381 KB

Version history: (Expand)


CVS history: (Expand)


   2025-08-31 00:46:51 by Thomas Klausner | Files touched by this commit (1355)
Log message:
*: recursive bump for tiff growing lerc dependency
   2025-07-16 09:59:51 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
libwebp: updated to 1.6.0

1.6.0
This is a binary compatible release.
API changes:
  - libwebp: WebPValidateDecoderConfig
* additional x86 (AVX2, SSE2), general optimizations and compression
  improvements for lossless
* `-mt` returns same results as single-threaded lossless (regressed in
  1.5.0)
* miscellaneous warning, bug & build fixes
Tool updates:
  * cwebp can restrict the use of `-resize` with `-resize_mode`
   2025-04-24 16:16:37 by Thomas Klausner | Files touched by this commit (2412)
Log message:
*: recursive bump for jpeg -> libjpeg-turbo switch
   2025-03-30 23:10:49 by Thomas Klausner | Files touched by this commit (100)
Log message:
*: remove MirBSD support
   2024-12-25 11:57:31 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
libwebp: updated to 1.5.0

version 1.5.0
This is a binary compatible release.
API changes:
  - `cross_color_transform_bits` added to WebPAuxStats
* minor lossless encoder speed and compression improvements
* lossless encoding does not use floats anymore
* additional Arm optimizations for lossy & lossless + general code generation
  improvements
* improvements to WASM performance
* improvements and corrections in webp-container-spec.txt and
  webp-lossless-bitstream-spec.txt
* further security related hardening and increased fuzzing coverage w/fuzztest
* miscellaneous warning, bug & build fixes
Tool updates:
  * gif2webp: add -sharp_yuv & -near_lossless
  * img2webp: add -exact & -noexact
  * exit codes normalized; running an example program with no
    arguments will output its help and exit with an error
   2024-04-15 14:40:37 by Ryo ONODERA | Files touched by this commit (2)
Log message:
graphics/libwebp: Update to 1.4.0

Changelog:
- 4/12/2024: version 1.4.0
  This is a binary compatible release.
  * API changes:
    - libwebpmux: WebPAnimEncoderSetChunk, WebPAnimEncoderGetChunk,
                  WebPAnimEncoderDeleteChunk
    - libsharpyuv: SharpYuvOptionsInit, SharpYuvConvertWithOptions
    - extras: SharpYuvEstimate420Risk
  * further security related hardening in libwebp & examples
  * some minor optimizations in the lossless encoder
  * added WEBP_NODISCARD to report unused result warnings; enable with
    -DWEBP_ENABLE_NODISCARD=1
  * improvements and corrections in webp-container-spec.txt and
    webp-lossless-bitstream-spec.txt (#611)
  * miscellaneous warning, bug & build fixes (#615, #619, #632, #635)
   2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | Package updated
Log message:
recursive revbump for tiff update
   2023-09-15 14:49:01 by Benny Siegert | Files touched by this commit (2) | Package updated
Log message:
libwebp: update to 1.3.2 (critical security update)

- 9/13/2023: version 1.3.2
  This is a binary compatible release.
  * security fix for lossless decoder (chromium: #1479274, CVE-2023-4863)