vwebp
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
नाम
vwebp
-- WebP फ़ाइल को डीकंप्रेस करें और उसे किसी विंडो में दिखाएं
सारांश
vwebp [options] input_file.webp
ब्यौरा
vwebp
, WebP फ़ाइल को डीकंप्रेस करता है और OpenGL का इस्तेमाल करके उसे विंडो में दिखाता है.
विकल्प
-h
- प्रिंट के इस्तेमाल की खास जानकारी.
-version
- वर्शन संख्या प्रिंट करें और बाहर निकलें.
-noicc
- अगर आईसीसी प्रोफ़ाइल मौजूद है, तो उसका इस्तेमाल न करें.
-nofancy
- फ़ैंसी YUV420 अपस्केलर का इस्तेमाल न करें.
-nofilter
- इन-लूप फ़िल्टर करने की सुविधा बंद करें.
-dither strength
0
और 100
के बीच की स्ट्रेंथ तय करें. डिदरिंग एक
कम कंप्रेशन में, क्रोमा के कॉम्पोनेंट पर पोस्ट-प्रोसेसिंग इफ़ेक्ट लागू किया जाता है.
यह ग्रेडिएंट को बेहतर बनाने और बैंडिंग आर्टफ़ैक्ट से बचने में मदद करता है. डिफ़ॉल्ट:
50
.
-mt
- अगर हो सके, तो डिकोड करने के लिए मल्टी-थ्रेडिंग का इस्तेमाल करें.
-info
- डिकोड की गई इमेज के ऊपर इमेज की जानकारी दिखाएं.
-- string
- इनपुट फ़ाइल के बारे में साफ़ तौर पर बताएं. यह विकल्प तब उपयोगी होता है, जब
फ़ाइल '-' से शुरू होती है उदाहरण के लिए. यह विकल्प
last
के तौर पर दिखना चाहिए.
इसके बाद, किसी भी अन्य विकल्प को अनदेखा कर दिया जाएगा. अगर इनपुट फ़ाइल "-" है, तो
डेटा को फ़ाइल के बजाय stD से पढ़ा जाएगा.
कीबोर्ड शॉर्टकट
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 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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)."]]