Page 1 of 1

Hazel rule to convert heic or webp

PostPosted: Wed Aug 20, 2025 11:03 am
by IYKYK
I'm trying to write a rule that will convert either heic or webp image files to jpeg via a shortcut (which I have) and then move any such ensuing image to a folder of my choice.
I'm fairly new to Hazel and have got a few basic rules all working well but this has stumped me!

Re: Hazel rule to convert heic or webp

PostPosted: Thu Aug 21, 2025 8:39 am
by Mr_Noodle
Hazel has a Shortcut action. What kind of problem are you running into?

Re: Hazel rule to convert heic or webp

PostPosted: Thu Aug 21, 2025 8:52 am
by IYKYK
[/url]Image[/img]

Here's a screenshot of my attempt...

It doesn't appear to do anything.

Re: Hazel rule to convert heic or webp

PostPosted: Thu Aug 21, 2025 9:04 am
by IYKYK
I have removed the heic option and it now works. Does it need a seperate rule for each file type?

Re: Hazel rule to convert heic or webp

PostPosted: Fri Aug 22, 2025 8:27 am
by Mr_Noodle
You have your conditions set to "all", which means the file has to match both extensions, which is impossible. Try changing that to "any".

Re: Hazel rule to convert heic or webp

PostPosted: Fri Aug 22, 2025 11:43 am
by IYKYK
Thank you.