`

linux下安装libwebp

 
阅读更多

Preparing the platform
Linux platform

    Install the libjpeg and libpng packages, needed to convert between JPEG, PNG and WebP image formats. Packaged installation are dependent on the Linux distributions. As an example, Ubuntu distribution requires to run the following commands:

       sudo apt-get install libjpeg62-dev
      sudo apt-get install libpng12-dev


    Complete the installation (see below).
Mac OS X platform 10.5 (Leopard) and 10.6 (Snow Leopard)

    Follow the same steps outlined above except that you do not need to follow Step 4 to install libwebp.
    Install the JPEG and PNG dependencies:

        sudo port install libjpeg libpng
       
    Complete the installation (see below).

Cygwin platform

    Download setup.exe from the Cygwin web page.
    Run setup.exe and proceed through the installation.
    At the Select Packages screen, add to the pre-selected packages the following:
        libjpeg-devel, libpng12-devel and libpng14-devel
        gcc, make and automake (for building packages)
    Complete the installation (see below).

Building the WebP from source on Unix platforms

    Download libwebp-0.1.2.tar.gz from the downloads list.
    Untar or unzip the package. This creates a directory libwebp-0.1.2/:

          tar xvzf libwebp-0.1.2.tar.gz
       
    Build WebP encoder cwebp and decoder dwebp:
    Go to the libwebp/ directory and run the following commands:

          cd libwebp
        ./autogen.sh
        ./configure
        make
        sudo make install
        备注:运行./autogen.sh报错,则先运行yum -y install automake libtool   

    This builds and installs the cwebp & dwebp command line tools, along with the libwebp libraries (dynamic and static).

    These tools are usually installed under /usr/local/bin/ by default. The local version are built under the examples/ directory.

    The library will usually be installed under the /usr/local/lib/ directory. To avoid run-time errors, make sure that your LD_LIBRARY_PATH environment variable includes this location. The C headers are typically installed under /usr/local/include/webp.

分享到:
评论
发表评论

文章已被作者锁定,不允许评论。

相关推荐

    libwebp linux版

    图片转webp格式工具,Linux版,如需windows版,请查看我的资源。

    lib webp linux

    Linux下用于将Jpg,Png转为webP格式,64位,webP的优势在移动开发中非常重要。

    libwebp-devel-1.0.0-5.el8.ppc64le.rpm

    离线安装包,亲测可用

    libwebp-1.0.2-linux-x86-64.tar.gz

    libwebp-1.0.2-linux-x86-64.tar.gz

    libwebp-0.6.0.tar.gz

    linux下libwebp-0.6.0对应lib包,X64位,常用图片转换组件

    webp-imageio-0.4.2 libwebp-1.0.0

    包含:.jar .so/.dll 涵盖linux 32/64 windows 32/64 版本 以及 libwebp-1.0.0 编译包 webp 与 png jpg 互转 必备jar

    linux_x64编译Qt12.7

    因为用于平时学习用,所以就不裁剪模块了,秉着能多装功能就多装的原则 ...apt-get install libglu1-mesa-dev freeglut3-dev libgl1-mesa-dev libnss3-dev libclang-dev libwebp-dev libxml2-dev libvp

    opencv_python-4.5.1.48-cp37-cp37m-linux_armv7l.whl

    使用方法: pip install opencv_python-4.5.1.48-cp37-cp37m-linux_armv7l.whl 安装依赖:sudo apt install libaom0 libatk-bridge2.0-0 libatk1.0-0 libatlas3-base libatspi2.0-0 libavcodec58 libavformat58 ...

    libwebp-0.4.4.zip

    在Linux平台上通过命令行将图片转换成webp格式的图片的工具.

    VS2010下 libjpeg例子

    网上很少有libjpeg的...linux下可以看这个 参考资料:http://dev.10086.cn/cmdn/bbs/thread-66394-1-1.html 我对scan line 也是参照他的处理 在你已经学会用VS2010编译libjpeg8d的时候 再来使用这个。。会比较好一点

    Convert WebP to PNG using java

    1.linux:Google libwebp 既是类库也可以在命令行调用 2.Python:Python Image Library(PIL)及其分支 https://pypi.python.org/pypi/PIL 不太了解 3.Java:luciad/webp-imageio ...

    webkitgtk-2.4.9-3.el7.nux.x86_64.zip

    webkitgtk-2.4.9-3.el7.nux.x86_64,用于在CentOS7上安装使用kettle,国内快速下载。

    todolist-rails:使用Ruby on Rails创建待办事项列表

    在Linux中手动安装Rails sudo apt-get更新 sudo apt install build-essential curl wget openssl libssl-dev libreadline-dev dirmngr zlib1g-dev libmagickwand-dev imagemagick-6.q16 libffi-dev libpq-dev cmake...

    OI-Wiki-export:将 OI-Wiki 导出为印刷质量的 pdf 的工具

    我们建议在 Linux 环境下进行导出操作。 首先请安装好以下软件包: TeXLive NodeJS imagemagick libwebp librsvg pygments 所需字体: Roboto Mono Noto 系列字体(包括 Noto Sans, Noto Serif, Noto Sans CJK SC, ...

    bgrabitmap:with用Lazarus(免费Pascal)制作的BGRABitmap图形库

    libwebp:包含Windows的LibWebP的Dll 测试:包含一系列测试程序和有关如何使用BGRABitmap库的示例 winmake:包含Windows下make的批处理文件 档案: commit.sh:从Linux终端提交更改的脚本 Makefile:生成代码并...

    webp-imageio.7z

    内含: luciad-webp-imageio-2962dd563583 libwebp-0.4.0.tar.gz cmake-3.1.0-rc2-Linux-i386.tar.gz

    webp-imageio built for x64

    java环境下生成webp文件所用到的库,libwebp-imageio.so for Linux,webp-imageio.dll for Windows,webp-imageio-1.0.0.jar for java project。项目文件:https://bitbucket.org/luciad/webp-imageio

    VIDEO-DL-AR

    安装python3-devel zlib-devel libjpeg-turbo-devel libwebp-devel ,清除pip缓存(在Linux发行版上为~/.cache/pip ),以构建Pillow的滚轮。 venv/bin/pip install -U -r requirements.txt安装要求 创建一个新的...

    tgbot:适用于Telegram机器人的Pyrogram Smart插件集合

    tgbot 使用制作的Telegram机器人要求Python 3.6或更高版本(某些插件可能需要更高版本)跑步virtualenv venv创建虚拟环境安装python3-devel zlib-devel libjpeg-turbo-devel libwebp-devel ,清除pip缓存(在Linux...

    bangazon-api-wcampbell91:GitHub Classroom创建的bangazon-api-wcampbell91

    libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk \ libharfbuzz-dev libfribidi-dev libxcb1-dev 安装apidoc npm install apidoc -g 设置 克隆此存储库,然后切换到终端中的目录。 ...

Global site tag (gtag.js) - Google Analytics