Thanks, anthony!
The android is semi-transparent. I've been reading through the imagemagick documentation, but I can't seem to grok how to adjust only the alpha channel. Do you have an example handy?
Thanks,
Jon
Search found 3 matches
- 2011-03-10T21:41:43-07:00
- Forum: Users
- Topic: Just need a little help with the stack I think
- Replies: 6
- Views: 15173
- 2011-02-18T12:00:41-07:00
- Forum: Users
- Topic: Just need a little help with the stack I think
- Replies: 6
- Views: 15173
Re: Just need a little help with the stack I think
That actually gets me pretty close. This command: convert -respect-parenthesis android.png -negate \( \( concentric.png android.png -alpha Set -compose Dst_In -composite \) \( +clone \) -composite \) -composite android-fail.png Yields: android-fail2.png https://lh5.googleusercontent.com/_9w9tejfZsX4 ...
- 2011-02-18T10:55:31-07:00
- Forum: Users
- Topic: Just need a little help with the stack I think
- Replies: 6
- Views: 15173
Just need a little help with the stack I think
OK, I have two images to work with in the beginning, and I have three successful commands to get me to the finished result. I am trying to combine the commands down to one and avoid temporary images. The starting images are: android.png https://lh5.googleusercontent.com/_9w9tejfZsX4/TV6vrm2EsoI ...