Vwebp
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ชื่อ
vwebp
-- ขยายไฟล์ WebP และแสดงในหน้าต่าง
เรื่องย่อ
vwebp [options] input_file.webp
คำอธิบาย
vwebp
จะแตกไฟล์ WebP และแสดงไฟล์ในหน้าต่างโดยใช้ OpenGL
ตัวเลือก
-h
- พิมพ์สรุปการใช้งาน
-version
- พิมพ์หมายเลขเวอร์ชันแล้วออก
-noicc
- อย่าใช้โปรไฟล์ ICC หากมี
-nofancy
- อย่าใช้เครื่องหรู YUV420 ที่หรูหรา
-nofilter
- ปิดใช้การกรองแบบวนซ้ำ
-dither strength
- ระบุความแรงของระยะห่างระหว่าง
0
ถึง 100
การหมุนรอบตัวเองคือ
เอฟเฟกต์หลังการประมวลผลที่ใช้กับองค์ประกอบโครมาในการบีบอัดแบบสูญเสียบางส่วน
ซึ่งจะช่วยปรับการไล่ระดับสีให้เรียบเนียนและหลีกเลี่ยงไม่ให้มีสีจางๆ ค่าเริ่มต้น:
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 (และอาจนำมาใช้โดย
อื่นๆ)
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-08 UTC
[null,null,["อัปเดตล่าสุด 2025-08-08 UTC"],[[["\u003cp\u003e\u003ccode\u003evwebp\u003c/code\u003e is a command-line tool that decompresses WebP files and displays them in a window.\u003c/p\u003e\n"],["\u003cp\u003eIt offers various options for controlling the decoding process, such as using multi-threading, adjusting dithering strength, and disabling filters.\u003c/p\u003e\n"],["\u003cp\u003eUsers can interact with the displayed image using keyboard shortcuts to toggle features or access information.\u003c/p\u003e\n"],["\u003cp\u003eBug reports and patches are encouraged through provided links.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003evwebp\u003c/code\u003e is developed by the WebP team as part of the \u003ccode\u003elibwebp\u003c/code\u003e library.\u003c/p\u003e\n"]]],["`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"],null,["# vwebp\n\nName\n----\n\n`vwebp` -- Decompress a WebP file and display it in a window\n\nSynopsis\n--------\n\n`vwebp [options] input_file.webp`\n\nDescription\n-----------\n\n`vwebp` decompresses a WebP file and displays it in a window using OpenGL.\n\nOptions\n-------\n\n`-h`\n: Print usage summary.\n\n`-version`\n: Print version number and exit.\n\n`-noicc`\n: Don't use the ICC profile if present.\n\n`-nofancy`\n: Don't use the fancy YUV420 upscaler.\n\n`-nofilter`\n: Disable in-loop filtering.\n\n`-dither strength`\n: Specify a dithering strength between `0` and `100`. Dithering is a\n post-processing effect applied to chroma components in lossy compression.\n It helps by smoothing gradients and avoiding banding artifacts. Default:\n `50`.\n\n`-mt`\n: Use multi-threading for decoding, if possible.\n\n`-info`\n: Display image information on top of the decoded image.\n\n`-- string`\n: Explicitly specify the input file. This option is useful if the input\n file starts with an '-' for instance. This option must appear `last`.\n Any other options afterward will be ignored. If the input file is \"-\",\n the data will be read from stdin instead of a file.\n\nKeyboard Shortcuts\n------------------\n\n`c`\n: Toggle use of color profile\n\n`i`\n: Overlay file information\n\n`d`\n: Disable blending and disposal process, for debugging purposes.\n\n`q` / `Q` / `Esc`\n: Quit\n\nBugs\n----\n\n- Please report all bugs to our issue tracker: \u003chttps://issues.webmproject.org\u003e\n\n- Patches welcome! See this page to get started: \u003chttps://www.webmproject.org/code/contribute/submitting-patches/\u003e\n\nExamples\n--------\n\n vwebp picture.webp\n vwebp picture.webp -mt -dither 0\n vwebp -- ---picture.webp\n\nAuthors\n-------\n\n`vwebp` is part of `libwebp`, and was written by the WebP team.\nThe latest source tree is available at\n\u003chttps://chromium.googlesource.com/webm/libwebp/\u003e\n\nThis manual page was written for the Debian project (and may be used by\nothers)."]]