Results 1 to 8 of 8

Thread: HOWTO:Add WebP (weppy) support to GIMP.

  1. #1
    Join Date
    Jan 2014
    Location
    UK
    Beans
    78
    Distro
    Xubuntu 16.04 Xenial Xerus

    Cool HOWTO:Add WebP (weppy) support to GIMP.

    Hi
    There's an old locked thread about adding WebP support to GIMP.
    Here ---> http://ubuntuforums.org/showthread.p...highlight=webp

    That PPA hasn't been updated for ages, but the 12.04 Precise version seems to work OK with 14.04 Trusty.

    I've created a deb file from the old PPA.
    It's in the attachment below.
    Download and untar it first.

    Install libwebp
    Code:
    sudo apt-get update; sudo apt-get -y install libwebp-dev
    Install the deb
    Code:
    sudo dpkg -i gimp-webp_0.2-1.deb
    Then with GIMP it will be possible to import and export webp files.


    This works OK for me with 32 bit system.
    I don't have access to a 64 bit system, but maybe somebody else can test it and leave feedback.
    Attached Files Attached Files
    Last edited by ron998; May 27th, 2014 at 01:19 AM. Reason: Attached the tarred deb file.

  2. #2
    Join Date
    Dec 2013
    Location
    Netherlands
    Beans
    Hidden!
    Distro
    Ubuntu 14.10 Utopic Unicorn

    Re: HOWTO:Add WebP (weppy) support to GIMP.

    For me it isn't working on a 64 bit system.

  3. #3
    Join Date
    Jan 2014
    Location
    UK
    Beans
    78
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: HOWTO:Add WebP (weppy) support to GIMP.

    Quote Originally Posted by Mark de J View Post
    For me it isn't working on a 64 bit system.
    Hi
    I've attached the original 64-bit deb from the launchpad page.
    Attached Files Attached Files

  4. #4
    Join Date
    Jan 2015
    Beans
    1

    Re: HOWTO:Add WebP (weppy) support to GIMP.

    Sorry to raise the dead on this post, but the 64 bit package worked for me in 14.10

    Thanks!

  5. #5
    Join Date
    Jan 2015
    Beans
    2

    Thumbs up Re: HOWTO:Add WebP (weppy) support to GIMP.

    Quote Originally Posted by ron998 View Post
    Hi
    I've attached the original 64-bit deb from the launchpad page.
    Thank You! With Ubuntu 14.10 it's works.

  6. #6
    Join Date
    Jun 2011
    Beans
    5

    Re: HOWTO:Add WebP (weppy) support to GIMP.

    Hey everyone. Sorry for the long delay in getting up-to-date packages into the PPA. I uploaded builds for Trusty, Utopic, Vivid, and Wily, which you can add to your system with:

    Code:
    sudo add-apt-repository ppa:george-edison55/webp
    Once added, simply install the "gimp-webp" package and you will be able to use the plugin. I've also switched to CMake and moved the plug-in over to GitHub with the intention of adding some new features in the future and maybe adjusting the interface a bit.

  7. #7
    Join Date
    Jul 2015
    Beans
    2

    Re: HOWTO:Add WebP (weppy) support to GIMP.

    i working in 15.04 64 bits but don´t work

  8. #8
    Join Date
    Jul 2015
    Beans
    4

    Re: HOWTO:Add WebP (weppy) support to GIMP.

    Quote Originally Posted by George Edison View Post
    Hey everyone. Sorry for the long delay in getting up-to-date packages into the PPA. I uploaded builds for Trusty, Utopic, Vivid, and Wily, which you can add to your system with:

    Code:
    sudo add-apt-repository ppa:george-edison55/webp
    Once added, simply install the "gimp-webp" package and you will be able to use the plugin. I've also switched to CMake and moved the plug-in over to GitHub with the intention of adding some new features in the future and maybe adjusting the interface a bit.
    I've imported your PPA. Trying to execute
    Code:
    $ sudo apt-get install gimp-webp
    and got message:
    Code:
    gimp-webp package not found

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •