उपयोगिताएं कंपाइल करना
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
अगर पहले से कंपाइल की गई यूटिलिटी आपकी ज़रूरतों के मुताबिक नहीं हैं, तो WebP यूटिलिटी खुद बनाई जा सकती हैं.
Visual C++ का इस्तेमाल करके Windows पर कंपाइल करना
डाउनलोड की गई फ़ाइलों की सूची से libwebp-1.6.0.tar.gz
डाउनलोड करें और उसका कॉन्टेंट निकालें.
libwebp-1.6.0
डायरेक्ट्री से, यह कमांड चलाएं:
nmake /f Makefile.vc CFG=release-static RTLIBCFG=static OBJDIR=output
ज़्यादा विकल्प देखने के लिए, यह कमांड चलाएं:
nmake /f Makefile.vc
टारगेट किए जा रहे प्लैटफ़ॉर्म के हिसाब से, डायरेक्ट्री output\release-static\x86\bin
या output\release-static\x64\bin
में टूल cwebp.exe
और dwebp.exe
शामिल होंगे. output\release-static\(x86|x64)\lib
डायरेक्ट्री में libwebp
स्टैटिक लाइब्रेरी मौजूद होगी.
Linux
JPEG, PNG, TIFF, GIF, और WebP इमेज फ़ॉर्मैट के बीच फ़ाइलें बदलने के लिए, libjpeg
, libpng
, libtiff
, और libgif
पैकेज इंस्टॉल करें.
पैकेज मैनेजमेंट, Linux distribution के हिसाब से अलग-अलग होता है. Ubuntu और Debian पर, यहां दिया गया कमांड ज़रूरी पैकेज इंस्टॉल करेगा:
sudo apt-get install libjpeg-dev libpng-dev libtiff-dev libgif-dev
इंस्टॉलेशन पूरा करें (नीचे देखें).
macOS
MacPorts, डिपेंडेंसी को पूरा करने का एक आसान तरीका है. अगर आपने पहले से ही MacPorts इंस्टॉल किया हुआ है, तो सीधे तीसरे चरण पर जाएं. इसके अलावा, यह तरीका अपनाएं:
MacPorts की डाउनलोड साइट से, macOS के अपने वर्शन के लिए MacPorts डाउनलोड करें. MacPorts के लिए, Xcode को इंस्टॉल करना ज़रूरी है.
MacPorts निर्देशों का पालन करके, MacPorts इंस्टॉल करें.
MacPorts को अपडेट करें:
sudo port selfupdate
JPEG, PNG, TIFF, और GIF फ़ॉर्मैट के लिए ज़रूरी सॉफ़्टवेयर इंस्टॉल करें:
sudo port install jpeg libpng tiff giflib
इंस्टॉलेशन पूरा करें (नीचे देखें).
Cygwin
Cygwin के वेब पेज से setup.exe डाउनलोड करें.
setup.exe फ़ाइल चलाएं और इंस्टॉलेशन की प्रोसेस पूरी करें.
पैकेज चुनें स्क्रीन पर, पहले से चुने गए पैकेज में ये चीज़ें जोड़ें:
libjpeg-devel
, libpng-devel
, libtiff-devel
, और libgif-devel
gcc
, make
, और automake
(बिल्डिंग पैकेज के लिए)
इंस्टॉलेशन पूरा करें (नीचे देखें).
इमारत
डाउनलोड की गई फ़ाइलों की सूची से libwebp-1.6.0.tar.gz
डाउनलोड करें.
पैकेज को अनटार या अनज़िप करें. इससे libwebp-1.6.0/
नाम की एक डायरेक्ट्री बन जाती है:
tar xvzf libwebp-1.6.0.tar.gz
WebP एन्कोडर cwebp
और डिकोडर dwebp
बनाएं:
उस डायरेक्ट्री पर जाएं जहां libwebp-1.6.0/
को एक्सट्रैक्ट किया गया था
और ये कमांड चलाएं:
cd libwebp-1.6.0
./configure
make
sudo make install
इससे cwebp
और dwebp
कमांड लाइन टूल के साथ-साथ, libwebp
लाइब्रेरी (डाइनैमिक और स्टैटिक) भी बन जाती हैं और इंस्टॉल हो जाती हैं.
ये टूल आम तौर पर, डिफ़ॉल्ट रूप से /usr/local/bin/
में इंस्टॉल होते हैं. स्थानीय वर्शन, examples/
डायरेक्ट्री में बनाए जाते हैं.
आम तौर पर, लाइब्रेरी /usr/local/lib/
डायरेक्ट्री में इंस्टॉल की जाती है.
रन-टाइम की गड़बड़ियों से बचने के लिए, पक्का करें कि आपके LD_LIBRARY_PATH
एनवायरमेंट वैरिएबल में यह जगह शामिल हो. आम तौर पर, C हेडर /usr/local/include/webp
में इंस्टॉल किए जाते हैं.
ज़्यादा विकल्प देखने के लिए, यह कमांड चलाएं:
./configure --help
आगे क्या करें?
इमेज को WebP फ़ॉर्मैट में बदलने का तरीका जानने के लिए, WebP का इस्तेमाल करना पर जाएं.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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\u003eThis page provides instructions for building WebP utilities (\u003ccode\u003ecwebp\u003c/code\u003e and \u003ccode\u003edwebp\u003c/code\u003e) from source code if precompiled options are unsuitable.\u003c/p\u003e\n"],["\u003cp\u003eBuilding on Windows involves using Visual C++ with specific commands to compile the utilities and library.\u003c/p\u003e\n"],["\u003cp\u003eFor Unix-like platforms (Linux, macOS, Cygwin), instructions cover installing necessary dependencies before building the WebP tools.\u003c/p\u003e\n"],["\u003cp\u003eThe building process on Unix-like systems involves downloading the source code, configuring, compiling, and installing the utilities and libraries.\u003c/p\u003e\n"],["\u003cp\u003eAfter building the utilities, users can proceed to the "Using WebP" page for image conversion instructions.\u003c/p\u003e\n"]]],["To build WebP utilities: Windows users download `libwebp-1.5.0.tar.gz`, then use `nmake` in the `libwebp-1.5.0` directory to compile, producing `cwebp.exe` and `dwebp.exe` in the output. Unix-like users install `libjpeg`, `libpng`, `libtiff`, and `libgif` packages, then download and extract `libwebp-1.5.0.tar.gz`. Navigate to the directory and run `./configure`, `make`, and `sudo make install` to build and install `cwebp` and `dwebp`.\n"],null,["# Compiling the Utilities\n\nIf the [precompiled utilities](/speed/webp/docs/precompiled) don't suit your\nneeds, you can build the WebP utilities yourself.\n\nCompiling on Windows with Visual C++\n------------------------------------\n\n1. Download `libwebp-1.6.0.tar.gz` from the [downloads list](https://storage.googleapis.com/downloads.webmproject.org/releases/webp/index.html)\n and extract its contents.\n\n2. From the `libwebp-1.6.0` directory, run:\n\n nmake /f Makefile.vc CFG=release-static RTLIBCFG=static OBJDIR=output\n\n To see additional options, run: \n\n nmake /f Makefile.vc\n\n3. The directory `output\\release-static\\x86\\bin` or\n `output\\release-static\\x64\\bin` will contain the tools `cwebp.exe` and\n `dwebp.exe` depending on the platform being targeted. The directory\n `output\\release-static\\(x86|x64)\\lib` will contain the `libwebp` static\n library.\n\nCompiling on Unix-like Platforms\n--------------------------------\n\n### Preparing the Platform\n\n#### Linux\n\n1. Install the `libjpeg`, `libpng`, `libtiff` and `libgif` packages, needed to\n convert between JPEG, PNG, TIFF, GIF and WebP image formats.\n\n Package management varies by Linux distribution. On Ubuntu and Debian, the\n following command will install the needed packages: \n\n sudo apt-get install libjpeg-dev libpng-dev libtiff-dev libgif-dev\n\n2. Complete the installation ([see below](#building)).\n\n#### macOS\n\nMacPorts is a convenient way to satisfy dependencies. If you already have\nMacPorts installed, go directly to Step 3. Otherwise, follow these steps:\n\n1. Download MacPorts for your macOS version from the MacPorts\n [downloads site](https://distfiles.macports.org/MacPorts). MacPorts requires\n the installation of\n [Xcode](https://developer.apple.com/xcode/).\n\n2. Install MacPorts following the MacPorts\n [directions](https://guide.macports.org/).\n\n3. Update MacPorts:\n\n sudo port selfupdate\n\n4. Install the JPEG, PNG, TIFF and GIF dependencies:\n\n sudo port install jpeg libpng tiff giflib\n\n5. Complete the installation ([see below](#building)).\n\n#### Cygwin\n\n1. Download setup.exe from the [Cygwin web page](https://www.cygwin.com).\n\n2. Run setup.exe and proceed through the installation.\n\n3. At the **Select Packages** screen, add to the pre-selected packages the\n following:\n\n - `libjpeg-devel`, `libpng-devel`, `libtiff-devel` and `libgif-devel`\n\n - `gcc`, `make` and `automake` (for building packages)\n\n4. Complete the installation ([see below](#building)).\n\n### Building\n\n1. Download `libwebp-1.6.0.tar.gz` from the\n [downloads list](https://storage.googleapis.com/downloads.webmproject.org/releases/webp/index.html).\n\n2. Untar or unzip the package. This creates a directory named `libwebp-1.6.0/`:\n\n tar xvzf libwebp-1.6.0.tar.gz\n\n3. Build WebP encoder `cwebp` and decoder `dwebp`:\n\n Go to the directory where `libwebp-1.6.0/` was extracted to\n and run the following commands: \n\n cd libwebp-1.6.0\n ./configure\n make\n sudo make install\n\n This builds and installs the `cwebp` and `dwebp` command line tools, along\n with the `libwebp` libraries (dynamic and static).\n\n These tools are usually installed under `/usr/local/bin/` by default. The\n local versions are built under the `examples/` directory.\n\n The library will usually be installed under the `/usr/local/lib/` directory.\n To avoid run-time errors, make sure that your `LD_LIBRARY_PATH` environment\n variable includes this location. The C headers are typically installed under\n `/usr/local/include/webp`.\n\n To see additional options, run: \n\n ./configure --help\n\nWhat Next?\n----------\n\nGo to [Using WebP](/speed/webp/docs/using) for instructions on how to start\nconverting your images."]]