Skip to content

Instantly share code, notes, and snippets.

@ravismakwana
Created January 24, 2020 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ravismakwana/995ea5454ec112332964469f84f6de2b to your computer and use it in GitHub Desktop.
Save ravismakwana/995ea5454ec112332964469f84f6de2b to your computer and use it in GitHub Desktop.
Convert JPG/PNG files into WebP format in the Photoshop
Follow this link:
https://developers.google.com/speed/webp/docs/webpshop
If you are getting error "webPshop.plugin cannot be opened because the developer cannot be verified"
Open up terminal. Type this command and then the name of the plugin.
sudo xattr -r -d com.apple.quarantine
For example:
sudo xattr -r -d com.apple.quarantine /Applications/Adobe\ Photoshop\ 2020/Plug-ins/WebPShop.plugin
(In case you were not aware, you can right click the plugin file and COPY, then PASTE in terminal and it will paste the full path and filename.)
Then It's Works!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment