WebP 파일은 VP8 또는 VP8L 이미지 데이터와 RIFF를 기반으로 하는 컨테이너로 구성됩니다. 독립형 libwebp 라이브러리는 WebP 사양의 참조 구현 역할을 하며 Google의 Git 저장소에서 다운로드하거나 tarball로 사용할 수 있습니다.
WebP 지원
WebP는 Google Chrome, Safari, Firefox, Edge, Opera 브라우저 및 기타 여러 도구와 소프트웨어 라이브러리에서 기본적으로 지원됩니다. 개발자는 다양한 이미지 편집 도구에 대한 지원도 추가했습니다.
WebP에는 경량 인코딩 및 디코딩 라이브러리 libwebp, 이미지를 WebP 형식과 주고받는 명령줄 도구 cwebp 및 dwebp, WebP 이미지를 보고, 멀티플렉스하고, 애니메이션 처리하는 도구가 포함되어 있습니다. 전체 소스 코드는 다운로드 페이지에서 확인할 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-04-08(UTC)"],[[["WebP is a modern image format that offers superior lossless and lossy compression for images on the web, resulting in smaller and richer images."],["WebP lossless images are 26% smaller than PNGs and lossy images are 25-34% smaller than comparable JPEGs at equivalent quality."],["WebP supports transparency in both lossless and lossy modes, providing significant size reductions compared to PNGs."],["Animated WebP images offer reduced file sizes compared to GIFs and APNGs while supporting lossy, lossless, and transparency."],["WebP is natively supported in major web browsers like Chrome, Safari, Firefox, Edge, and Opera, as well as many other tools and software libraries."]]],["WebP, a modern image format, offers superior lossless and lossy compression compared to PNGs and JPEGs. Lossless WebP images are 26% smaller than PNGs, and lossy WebP images are 25-34% smaller than JPEGs. WebP supports transparency, even in lossy formats, and animated WebP images. It employs predictive coding for lossy compression and utilizes existing image fragments for lossless compression. Supported by major browsers and tools, WebP includes the `libwebp` library and `cwebp`/`dwebp` conversion tools.\n"]]