blog/2023/automator-convert-image-to-webp-quick-action/ #44
Replies: 5 comments 8 replies
-
Awesome, work great! If i want to compress webp @ 80% how can i choose it? |
Beta Was this translation helpful? Give feedback.
-
Hello Guys, I want to keep both PNG and WEBP file. Please guide me to modify the code accordingly. |
Beta Was this translation helpful? Give feedback.
-
Hi Justin thank you very much for such an excellent guide, this gave me many ideas for quick actions in many repetitive tasks that I have, now to adjust the script and define that it is at 80% quality would only have to change -lossless to -q 80 and ready so the webp images are at 80% quality with respect to a rating system from 0 to 100. |
Beta Was this translation helpful? Give feedback.
-
Hi! I'm way late to this party, but I have a question. I regularly update files on a website and have an automator action to rename and resize them. I've incorporated this script (awesome work btw) into the workflow, but sometimes the files are .png and sometimes they're .jpg. When the script runs, sometimes it comes back with this: filename.png.webp or filename.jpg.webp and I'm trying to figure out how to make it drop the extra extension. My script as is now: for file And I know there's the line /usr/local/bin/cwebp -lossless -quiet "$file" -o "${file.jpg}.webp" |
Beta Was this translation helpful? Give feedback.
-
This is Awesome! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
blog/2023/automator-convert-image-to-webp-quick-action/
How to use MacOS automator to automatically convert images directly from finder
https://www-justinjbird-me.translate.goog/post/2023/automator-convert-image-to-webp-quick-action/?_x_tr_sl=auto&_x_tr_tl=fr&_x_tr_hl=fr&_x_tr_pto=wapp
Beta Was this translation helpful? Give feedback.
All reactions