Search found 6 matches

by netdjw
2018-10-01T00:14:43-07:00
Forum: Users
Topic: How to add webp support to ImageMagick on Ubuntu?
Replies: 10
Views: 26022

Re: How to add webp support to ImageMagick on Ubuntu?


IM is clearly trying to run your delegate, but failing. Perhaps you need special privileges from perl. Does perl run the command from your account, with your normal privileges?


I treied to run as root. Perl run under root privileges in this case.


I suggest you remove "-quiet" from your ...
by netdjw
2018-09-30T12:22:48-07:00
Forum: Users
Topic: How to add webp support to ImageMagick on Ubuntu?
Replies: 10
Views: 26022

Re: How to add webp support to ImageMagick on Ubuntu?


Linux versions are not always updated when a patch in included? What is the date associated with your version. Use convert -version on IM 6 and magick -version on IM 7. It will be next to the version number. I do not use WEBP but in my delegates.xml file on IM 6.9.10.12 Q16 Mac OSX Sierra, there ...
by netdjw
2018-09-30T08:21:46-07:00
Forum: Users
Topic: How to add webp support to ImageMagick on Ubuntu?
Replies: 10
Views: 26022

Re: How to add webp support to ImageMagick on Ubuntu?

I just want to save a JPG file into a WEBP file. Nothing special.

Can you help me create an encode command? I'm absolutely lamer for this.
by netdjw
2018-09-30T07:28:55-07:00
Forum: Users
Topic: How to add webp support to ImageMagick on Ubuntu?
Replies: 10
Views: 26022

Re: How to add webp support to ImageMagick on Ubuntu?


What does "magick -list delegate" say?


I don't have "magick" command, but "convert" says this:

# convert -list delegate

Path: /etc/ImageMagick/delegates.xml

Delegate Command
-------------------------------------------------------------------------------
blender => "blender" -b "%i" -F PNG ...
by netdjw
2018-09-30T07:27:15-07:00
Forum: Users
Topic: How to add webp support to ImageMagick on Ubuntu?
Replies: 10
Views: 26022

Re: How to add webp support to ImageMagick on Ubuntu?


What version of IM? I'll assume v7.something.


convert -version
Version: ImageMagick 6.7.7-10 2017-07-31 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP


What command did you give?


I'm using ImageMagick under perl (v5.18.2)


What ...
by netdjw
2018-09-30T06:55:37-07:00
Forum: Users
Topic: How to add webp support to ImageMagick on Ubuntu?
Replies: 10
Views: 26022

How to add webp support to ImageMagick on Ubuntu?

Hi there!

I want to add webp support to my ImageMagick on Ubuntu Linux, and the "make install" is not a good way for me, if I want to keep easily maintainable my system. So I'm looking a way what is working with "apt-get install" and/or editing config files.

I installed the webp and libwebp-dev ...