Package: webp Type: Package Title: A New Format for Lossless and Lossy Image Compression Version: 1.3.0 Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroenooms@gmail.com", comment = c(ORCID = "0000-0002-4035-0289")) Description: Lossless webp images are 26% smaller in size compared to PNG. Lossy webp images are 25-34% smaller in size compared to JPEG. This package reads and writes webp images into a 3 (rgb) or 4 (rgba) channel bitmap array using conventions from the 'jpeg' and 'png' packages. License: MIT + file LICENSE URL: https://jeroen.r-universe.dev/webp BugReports: https://github.com/jeroen/webp/issues SystemRequirements: libwebp Encoding: UTF-8 Suggests: jpeg, png RoxygenNote: 7.1.1 Language: en-GB Config/pak/sysreqs: libwebp-dev Repository: https://jeroen.r-universe.dev Date/Publication: 2025-07-14 08:20:44 UTC RemoteUrl: https://github.com/jeroen/webp RemoteRef: HEAD RemoteSha: 86bca38efc1c7eba9483fe54067340f1bd39df2f NeedsCompilation: yes Packaged: 2026-06-08 10:51:59 UTC; root Author: Jeroen Ooms [aut, cre] (ORCID: ) Maintainer: Jeroen Ooms