WebP is Google's open raster format built on the VP8 video codec (lossy) and its VP8L extension (lossless). On osm2cdr.ru the map is rendered to PNG and then transcoded to WebP via Pillow. In lossy mode the file is 25–35% lighter than JPEG; in lossless mode 26% lighter than PNG. WebP supports transparency and works in every mainstream browser. It is a finished map image, not editable layers — a handy lightweight format for previews and thumbnails, but not a replacement for GeoTIFF in full-size cartographic export.
주요 기능

WebP 형식 소개
WebP is Google's raster format, grown out of the VP8 video codec. It works in two modes: lossy, when weight matters, and lossless, when pixel accuracy matters. Transparency is supported by both modes, and WebP is displayed by every current browser.
For maps this is a screen format: a preview in a catalog, a picture in an article, an asset in a mobile app. Where PNG weighs more than it should and JPEG blurs thin road lines and labels, WebP gives a reasonable compromise between weight and readability.
The map is rendered to PNG and then re-encoded into WebP: lossy mode and quality 80 by default, or lossless mode with exact pixel reproduction if you prefer. This is a finished image: layers are not editable and there are no coordinates inside. For a print house take TIFF or PDF, for a GIS — GeoTIFF.
WebP 파일을 여는 프로그램
다음 프로그램과 애플리케이션으로 OSM2CDR에서 내보낸 WebP — Google Web Image Format(.webp) 파일을 열고 편집하고 작업할 수 있습니다:
Format specifications
- Open standard
- 2D only
- Lossy compression
- No attributes
- Output: 1 file
- A single WebP transcoded from PNG via Pillow; lossy VP8 by default (~25-35% lighter than JPEG) with an optional lossless VP8L mode, alpha supported.
WebP 지도 사용자
WebP 내보내기 방법
내보낸 뒤 여는 방법
- A browser — just open the file: Chrome, Firefox, Edge and Safari 14 and newer display WebP without plugins.
- A web page — <picture><source srcset="map.webp" type="image/webp"><img src="map.png" alt="map"></picture>: older clients will get the fallback PNG.
- GIMP, Affinity Photo, Photoshop 2022 and newer — they open and save WebP; handy for cropping the picture or adding a caption.
- ImageMagick or cwebp — re-encode to your own requirements: magick map.webp -quality 70 out.webp, or cwebp -lossless for exact pixel reproduction.
- Not for print — this is an RGB picture for the screen; for a print house take TIFF, CMYK TIFF or PDF.
WebP 형식의 인기 지도
WebP — Google Web Image Format 지도 내보내기 받기
OpenStreetMap에서 전문가용 WebP 지도를 다운로드하세요. 즉시 생성, 모든 영역 지원.