শুরু হচ্ছে
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
ছবি উত্সাহীদের WebP সমর্থন করে এমন অনেকগুলি সফ্টওয়্যার পণ্যগুলির মধ্যে একটি ব্যবহার করা উচিত৷
আমরা libwebp
কোডেক ডিস্ট্রিবিউশনে WebP-এর উপলব্ধ কার্যকারিতাগুলি প্রদর্শন করতে যথাক্রমে এনকোডার এবং ডিকোডার অ্যাপ্লিকেশন, cwebp
এবং dwebp
এর জন্য একটি রেফারেন্স বাস্তবায়ন প্রদান করি। এই ফাইলগুলি ডাউনলোড সংগ্রহস্থল থেকে ডাউনলোড করা যেতে পারে বা উত্স থেকে তৈরি করা যেতে পারে। তারা examples/
ডিরেক্টরিতে থাকে।
libwebp
কোডেক একটি বিস্তৃত এনকোডার এবং ডিকোডার API অন্তর্ভুক্ত করে। আপনি যদি আপনার অ্যাপ্লিকেশন বা ব্রাউজারে WebP-এর জন্য সমর্থন যোগ করতে চান তাহলে অনুগ্রহ করে উপযুক্ত ডকুমেন্টেশন দেখুন।
PNG বা JPEG ইমেজ ফাইলগুলিকে WebP ফর্ম্যাটে রূপান্তর করতে কমান্ড লাইনে cwebp
ব্যবহার করুন। আপনি একটি PNG ইমেজ ফাইলকে একটি WebP ইমেজে রূপান্তর করতে পারেন যার মান 80 কমান্ড দিয়ে:
cwebp -q 80 image.png -o image.webp
এনকোডার, এর স্ট্যান্ডার্ড এবং উন্নত বিকল্পগুলির বর্ণনার জন্য cwebp
ডকুমেন্টেশন দেখুন।
WebP ইমেজ ফাইলগুলিকে PNG বা PPM ফর্ম্যাটে রূপান্তর করতে কমান্ড লাইনে dwebp
ব্যবহার করুন। আপনি একটি WebP চিত্র ফাইল রূপান্তর করতে পারেন, বলুন image.webp
একটি PNG ছবিতে কমান্ড দিয়ে:
dwebp image.webp -o image.png
ডিকোডার এবং এর কমান্ড-লাইন বিকল্পগুলির বর্ণনার জন্য dwebp
ডকুমেন্টেশন দেখুন।
নেটিভভাবে আপনার ছবি দেখা
WebP হল একটি নতুন ইমেজ ফরম্যাট এবং এটি স্থানীয়ভাবে Google Chrome, Opera এবং অন্যান্য অনেক অ্যাপ্লিকেশন এবং লাইব্রেরিতে সমর্থিত।
WebP কোডেক এর জন্য API
WebP টিম একটি বিস্তৃত API প্রদান করেছে যাতে ডেভেলপাররা ব্রাউজার, ইমেজ এডিটিং টুলের পাশাপাশি নেটিভ অ্যাপ্লিকেশন সহ তাদের অ্যাপ্লিকেশনগুলিতে সমর্থন যোগ করতে পারে৷
libwebp
অ্যাপ্লিকেশন প্রোগ্রামিং ইন্টারফেসের বর্ণনার জন্য API ডকুমেন্টেশন দেখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\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,["Image 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\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\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\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\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."]]