I wonder if anyone can help me.
I have been using Ramiro's workflow (the first version) for imageoptim-cli and it has worked brilliantly:
I simply used Alfred to find the image on my desktop and then just chose the Optimize Images action to run it.
Perfect.
However now I'm getting good results from ImageMagik's command line tools and would like a similar workflow.
This is what I run in terminal:
convert /Desktop/myimage.jpg -strip -quality 75 -interlace line /Desktop/myimage2.jpg
How could I turn that into a similar workflow?
Many thanks