Screenshot Prettifier (via ImageMagick)

Hello,

This is quite an old thread but this macro still works!

I was using it on my Intel MBP with macOS Ventura without any problem. Now, since I moved to M2 it seems it's broken. I followed the installation guide, did Homebrew etcetera, but when I run the macro I see just this Options window.

After selecting my options it does nothing...

Does somebody here use this macro with Apple Silicon? Does it work? Or do you use another workflow for png quantization?

Edit: Don't know if this is relevant but I found out every brew command I typed in the Terminal results "command not found" error. Seems it has to do something with different path on Apple Silicon.

I ran two commands from this github post:

export PATH="/opt/homebrew/bin:$PATH"
echo 'export PATH="/opt/homebrew/bin:$PATH"' >> $HOME/.zshrc

Now, brew commands are working in Terminal. Still have no clue why Screenshot Prettifier is not.

Thank you!