Page 1 of 1

Need Help Installing WebP Delegate on Windows

Posted: 2013-08-03T14:19:43-07:00
by lozandier
I'm having a hard time being able to install the delegate libwebp on Windows to be able to convert images to WebP via convert like the following code snippet:

Code: Select all

convert wizard: wizard.webp


I upgraded to the latest version of ImageMagick 6.8.6-7 and sort of surprised it's not a dependency automatically added for all Platforms given its importance w/ RWD. Was hoping to have it available to test locally having WebP conversions with images I upload to a Rails 4 app I'm developing on Windows.

Re: Need Help Installing WebP Delegate on Windows

Posted: 2013-08-03T15:00:22-07:00
by magick
Webp support for Windows will be available in Subversion and the binary distributions within a few days. Webp support is already available under Linux / Unix.

Re: Need Help Installing WebP Delegate on Windows

Posted: 2013-08-03T16:12:45-07:00
by lozandier
Understood; Had no issues using WebP on Linux/ Unix and was sort of confused if I was not properly considering all the options on making it work on Windows. Thanks for the update.