vwebp, וובפ
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
שם
vwebp
– ביטול דחיסה של קובץ WebP והצגתו בחלון
תקציר
vwebp [options] input_file.webp
תיאור
vwebp
מבטל דחיסה של קובץ WebP ומציג אותו בחלון באמצעות OpenGL.
אפשרויות
-h
- סיכום השימוש בהדפסה.
-version
- הדפסה של מספר הגרסה ויציאה ממנה.
-noicc
- אין להשתמש בפרופיל ICC אם קיים.
-nofancy
- אל תשתמשו ברמה המפוארת יותר של YUV420
.
-nofilter
- להשבית סינון בתוך לולאה.
-dither strength
- ציון עוצמת איחוד בין
0
לבין 100
. 'שיתוף אינטרנט' הוא
אפקט לאחר עיבוד שהוחל על רכיבי Chroma בדחיסת איבוד נתונים.
הפעולה הזו עוזרת על ידי החלקת הדרגתיות ומניעת תופעות של פסי צבע. ברירת מחדל:
50
-mt
- אם אפשר, כדאי להשתמש בריבוי שרשורים לפענוח.
-info
- להציג פרטי תמונה מעל התמונה המפוענחת.
-- string
- לציין במפורש את קובץ הקלט. האפשרות הזאת שימושית אם מזינים
הקובץ מתחיל ב-'-' למשל. האפשרות הזו חייבת להופיע
last
.
המערכת תתעלם מכל האפשרויות האחרות שייווצרו לאחר מכן. אם קובץ הקלט הוא "-",
הנתונים ייקראו מ-stdin במקום מקובץ.
מקשי קיצור
c
- החלפת המצב של השימוש בפרופיל הצבעים
i
- מידע על קובצי שכבת-על
d
- להשבית את תהליכי השילוב וההשלכה למטרות ניפוי באגים.
q
/ Q
/ Esc
- יציאה
באגים
דוגמאות
vwebp picture.webp
vwebp picture.webp -mt -dither 0
vwebp -- ---picture.webp
מחברים
vwebp
הוא חלק מ-libwebp
, והוא נכתב על ידי צוות WebP.
עץ המקור העדכני ביותר זמין בכתובת
https://chromium.googlesource.com/webm/libwebp/
הדף הידני הזה נכתב לפרויקט Debian (ויכול להיות בשימוש על ידי
אחרים).
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-20 (שעון 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"]],["עדכון אחרון: 2024-09-20 (שעון UTC)."],[[["`vwebp` is a command-line tool that decompresses WebP files and displays them in a window."],["It offers various options for controlling the decoding process, such as using multi-threading, adjusting dithering strength, and disabling filters."],["Users can interact with the displayed image using keyboard shortcuts to toggle features or access information."],["Bug reports and patches are encouraged through provided links."],["`vwebp` is developed by the WebP team as part of the `libwebp` library."]]],["`vwebp` decompresses and displays WebP files using OpenGL. Key actions include using options like `-noicc` to disable ICC profiles, `-nofancy` for upscaling, `-nofilter` to disable filtering, and `-dither` to adjust dithering strength. The `-mt` option enables multi-threading. `vwebp` can show image information with `-info`. Input can be from a file or stdin. Keyboard shortcuts include `c` for color profile toggle, `i` for overlay information, `d` to disable blending, and `q` to quit.\n"]]