At last! This was much requested: the Google WebP team is releasing WebPShop, an open source Photoshop plug-in for handling the WebP format.
Supported features as of today:
- Open, Open As: read an image from a .webp file,
- Save, Save As: write an image to a .webp file, with a GUI to tune encoding parameters.
This is still an early version, with some limitations outlined in the
readme. Patches and feedback are welcome via
Github.
The following steps describe how to install and use it:
- Download the plug-in (for example, go to https://github.com/webmproject/WebPShop, click on "Clone or download", then on "Download ZIP"),
- Extract the archive if needed (Right Click > "Extract All…" on Windows, "Open" on Mac),
- Verify the architecture of your Photoshop installation (x64 will be assumed during the remaining steps),
- Open the directory containing the last WebPShop version for your operating system (as of today, "bin\WebPShop_0_2_1_Win_x64" for Windows, "bin/WebPShop_0_2_1_Mac_x64" for Mac),
- Copy the plug-in ("WebPShop.8bi" for Windows, "WebPShop.plugin" for Mac),
- Paste it into your Photoshop installation directory (usually "C:\Program Files\Adobe\Adobe Photoshop\Plug-ins" for Windows, "Applications/Adobe Photoshop/Plug-ins" for Mac),
- Restart Photoshop,
- "Open" and "Save" menu commands should now show WebP files.
Enjoy!
- WebP team -