From 6f2ef53eee6d2c948503a3e605d9d0da71926704 Mon Sep 17 00:00:00 2001 From: bt Date: Thu, 28 Mar 2024 12:02:22 -0500 Subject: --- posts/heif.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/posts/heif.md b/posts/heif.md index 1dedf62..747e873 100644 --- a/posts/heif.md +++ b/posts/heif.md @@ -20,9 +20,10 @@ For this example script we are going to convert the image to JPG format. You can 4. Set the label "in" to `Finder` 5. From the left pane, select "Library > Utilities" 6. From the presented choices in the next pane, drag and drop `Run Shell Script` into the far right pane -7. Set the area "Pass input" to `as arguments` +7. Set the area "Pass input" to (`as arguments`) 8. Enter the following code below as your script and type `⌘-S` to save (name it something like "Convert HEIC/HEIF to JPG") + for f in "$@" do @@ -30,6 +31,7 @@ For this example script we are going to convert the image to JPG format. You can done + ## Making Edits If you ever have the need to edit this script (for example, changing the default format to `png`), you will need to navigate to your `~/Library/Services` folder and open your custom heif Quick Action in the Automator application. -- cgit v1.2.3-54-g00ecf