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
দেখাতে হবে। পরে অন্য কোন বিকল্প উপেক্ষা করা হবে. যদি ইনপুট ফাইলটি "-" হয়, তবে ডেটা একটি ফাইলের পরিবর্তে 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/ এ উপলব্ধ
এই ম্যানুয়াল পৃষ্ঠাটি ডেবিয়ান প্রকল্পের জন্য লেখা হয়েছিল (এবং অন্যরা ব্যবহার করতে পারে)।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, 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\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)."]]