Pergunta

I recently installed imagemagick over macports to automatically crop images, but while the command works in terminal, it doesn't work in geektool. I tried using automator, but it doesn't work there either. Here's the code:

convert -crop 455x140+240+430 /Library/Desktop\ Pictures/Halo/Halo_Stats-full.png /Library/Desktop\ Pictures/Halo/Halo_Stats_Cropped.png

Any ideas why this isn't working? Thanks.

Foi útil?

Solução

It's probably a path issue. If you type

which convert

At the terminal, I will give you the full path to convert. You should be able to use that whole string as the command instead of just "convert"

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top