imageborder
"Mark Workman" <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <6DA0DB5CB23FA3428C2B7BDD38983A191568C2@kgexchange.KramerGraphics.Com> |
We have been testing imageborder with very good results from the command line. But I can't get it to work from a do shell script in applescript. This works do shell script "/opt/local/bin/identify /test44.jpg" This doesn't do shell script "/opt/local/bin/imageborder /test44.jpg /test44out.jpg" FILE /test44.jpg NOT READABLE OR HAS ZERO SIZE --NOTE: same file works with 'identify' This works in terminal $imageborder /test44.jpg /test44out.jpg As does this $/opt/local/bin/imageborder /test44.jpg /test44out.jpg Anyone have any troubleshooting tips? I'm out of ideas. Thanks for any help. Mark