Permission denied error only on -transparent

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Fibericon
Posts: 3
Joined: 2011-08-03T00:54:49-07:00
Authentication code: 8675308

Permission denied error only on -transparent

Post by Fibericon »

I just installed ImageMagick on this computer, Mac OS 10.6.5, and everything else I have tried with it has worked fine. I can convert an image to different types, make thumbnails, and a few other things no problem. However, when I attempt the following:

Code: Select all

sketch.png -transparent white sketch2.png
I get this error:

Code: Select all

-bash: sketch.png: Permission denied
That's odd, because I can do other operations with that exact file successfully. Any thoughts? I omitted the full path in my post, since it was unnecessary clutter. It was present in my commands and the error.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Permission denied error only on -transparent

Post by fmw42 »

sketch.png -transparent white sketch2.png
try

convert sketch.png -transparent white sketch2.png

If that fails, then post a link to your sketch.png input image.
Post Reply