I am a new IM user and have been hacking around and checking docs for around 30 or so hours. I have some questions.
There is a specific output from PS I would like to mimic. Here is an example-
The only diffeences in the reference, I'll need a transparent background. Which, is totally doable.
Here is the command line code I've got so far, I'm using IM for windows. (Side question, is IM for linux better for any reason?)-
Code: Select all
convert Hawk.jpg -transparent white -fill #C3C3C3 -opaque #000000 -resize 300X300 -shade 220X45 hawkGlass.png
Things I'm having trouble with-
converting a jpg to a png and then changing the image(transparent background, shade, etc); adding a drop shadow. I'm a little confused about the clone command. I know the examples are in Unix and I'm not sure about the syntax for Windows cmd.
I appreciate any help!