Created
January 24, 2020 06:35
-
-
Save ravismakwana/995ea5454ec112332964469f84f6de2b to your computer and use it in GitHub Desktop.
Convert JPG/PNG files into WebP format in the Photoshop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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