תחילת העבודה
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
חובבי תמונות צריכים להשתמש באחד ממוצרי התוכנה הרבים
תמיכה ב-WebP.
אנחנו מספקים בהפצת קודק libwebp
הטמעת עזרים
את אפליקציות המקודד והמפענח, cwebp
ו-dwebp
בהתאמה,
להציג את הפונקציות הזמינות של WebP. ניתן להוריד את הקבצים האלה
ממאגר ההורדות
או שהן יכולות להיבנות מהמקור. הם ממוקמים בספרייה examples/
.
הקודק libwebp
כולל מגוון רחב של ממשקי API של מקודד ומפענח. נשמח אם תוכלו לסמן בכוכב
אם אתם רוצים להוסיף תמיכה ב-WebP, תוכלו לעיין במסמכים המתאימים
באפליקציה או בדפדפן.
שימוש ב-cwebp
בשורת הפקודה כדי להמיר קובצי תמונה בפורמט PNG או JPEG ל-WebP
הפורמט. אפשר להמיר קובץ תמונה בפורמט PNG לתמונת WebP עם טווח איכות
של 80 באמצעות הפקודה:
cwebp -q 80 image.png -o image.webp
לקבלת תיאור, אפשר לעיין במסמכי התיעוד של cwebp
של המקודד, האפשרויות הסטנדרטיות והמתקדמות שלו.
שימוש ב-dwebp
בשורת הפקודה כדי להמיר קובצי תמונה מסוג WebP לקובץ PNG או PPM
הפורמט. אפשר להמיר קובץ תמונה מסוג WebP, למשל image.webp
לקובץ PNG
באמצעות הפקודה:
dwebp image.webp -o image.png
לקבלת תיאור, אפשר לעיין במסמכי התיעוד של dwebp
של המפענח ושל אפשרויות שורת הפקודה שלו.
צפייה בתמונות באופן מקורי
WebP הוא פורמט תמונה חדש ונתמך במקור ב-Google Chrome, Opera,
ועוד הרבה אחרים
אפליקציות וספריות.
ממשק API לקודק של WebP
צוות WebP סיפק ממשק API מקיף כדי לאפשר למפתחים להוסיף
תמיכה באפליקציות שלהם, כולל דפדפנים, כלים לעריכת תמונות
בתור אפליקציות מקוריות.
בתיעוד של ה-API תוכלו למצוא תיאור של
libwebp
ממשק תכנות יישומים.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-08-08 (שעון UTC).
[[["התוכן קל להבנה","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-08-08 (שעון UTC)."],[[["\u003cp\u003eWebP is a modern image format supported by various software and browsers like Google Chrome and Opera.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003elibwebp\u003c/code\u003e codec provides tools like \u003ccode\u003ecwebp\u003c/code\u003e and \u003ccode\u003edwebp\u003c/code\u003e for encoding and decoding WebP images respectively.\u003c/p\u003e\n"],["\u003cp\u003eUsers can leverage command-line tools or the comprehensive API to integrate WebP functionality into their applications.\u003c/p\u003e\n"],["\u003cp\u003eDetailed documentation for the encoder, decoder, and API is available for developers to utilize.\u003c/p\u003e\n"]]],["Image conversion to and from WebP format is facilitated by `cwebp` (encoder) and `dwebp` (decoder) applications, available via download or source build. `cwebp` converts PNG or JPEG to WebP (e.g., `cwebp -q 80 image.png -o image.webp`), while `dwebp` converts WebP to PNG or PPM (e.g., `dwebp image.webp -o image.png`). Developers can integrate WebP support into applications using the provided `libwebp` API. WebP is natively supported by browsers like Chrome and Opera.\n"],null,["# Getting Started\n\nImage enthusiasts should use one of the many software products that\n[support WebP](https://wikipedia.org/wiki/WebP#Support).\n\n*** ** * ** ***\n\nWe provide in the `libwebp` codec distribution a reference implementation for\nthe encoder and decoder applications, `cwebp` and `dwebp` respectively, to\nshowcase the available functionalities of WebP. These files can be downloaded\nfrom the [downloads repository](https://storage.googleapis.com/downloads.webmproject.org/releases/webp/index.html)\nor can be built from source. They reside in the `examples/` directory.\n\nThe `libwebp` codec includes an extensive encoder and decoder API. Please\nconsult the appropriate documentation if you'd like to add support for WebP to\nyour application or browser.\n\nUsing `cwebp` to Convert Images to the WebP Format\n--------------------------------------------------\n\nUse `cwebp` on the command line to convert PNG or JPEG image files to WebP\nformat. You can convert a PNG image file to a WebP image with a quality range\nof 80 with the command: \n\n cwebp -q 80 image.png -o image.webp\n\nConsult the `cwebp` [documentation](/speed/webp/docs/cwebp) for a description\nof the encoder, its standard and advanced options.\n\nUsing `dwebp` to Convert Images from the WebP Format\n----------------------------------------------------\n\nUse `dwebp` on the command line to convert WebP image files to the PNG or PPM\nformat. You can convert a WebP image file, say `image.webp` to a PNG image\nwith the command: \n\n dwebp image.webp -o image.png\n\nConsult the `dwebp` [documentation](/speed/webp/docs/dwebp) for a description\nof the decoder and its command-line options.\n\nViewing your Images Natively\n----------------------------\n\nWebP is a new image format and is natively supported in Google Chrome, Opera,\nand [many other](/speed/webp/faq#which_web_browsers_natively_support_webp)\napplications and libraries.\n\nAPI for the WebP Codec\n----------------------\n\nThe WebP team has provided an extensive API to allow developers to add\nsupport to their applications, including browsers, image editing tools as well\nas native applications.\n\nConsult the [API documentation](/speed/webp/docs/api) for a description of\n`libwebp` application programming interface."]]