diff options
author | bt <bt@web> | 2024-03-28 12:02:22 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2024-03-28 12:02:22 -0500 |
commit | 6f2ef53eee6d2c948503a3e605d9d0da71926704 (patch) | |
tree | 688f8d4311931c95d9b780554457ede93d38dbaf /posts | |
parent | 914b50d8bd4be118a10be98186529647d09a763f (diff) |
Diffstat (limited to 'posts')
-rw-r--r-- | posts/heif.md | 4 |
1 files changed, 3 insertions, 1 deletions
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") +<span></span> 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. |