WEBP - WEBP

Starting with GDAL 1.9.0, GDAL can read and write WebP images through the WebP library.

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

The driver rely on the Open Source WebP library (BSD licensed). The WebP library (at least in its version 0.1) only offers compression and decompression of whole images, so RAM might be a limitation when dealing with big images (which are limited to 16383x16383 pixels).

The WEBP driver supports 3 bands (RGB) images. It also supports 4 bands (RGBA) starting with GDAL 1.10 and libwebp 0.1.4.

The WEBP driver can be used as the internal format used by the Rasterlite driver.

Starting with GDAL 1.10, XMP metadata can be extracted from the file, and will be stored as XML raw content in the xml:XMP metadata domain.

Creation options

Various creation options exists, among them :

See Also: