Script Help

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
brizey02
Posts: 4
Joined: 2017-05-19T06:16:12-07:00
Authentication code: 1151

Script Help

Post by brizey02 »

Thx
Last edited by brizey02 on 2017-05-24T08:34:12-07:00, edited 2 times in total.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Script Help

Post by fmw42 »

It would be best if you provide an input and output image and your command using those images so we can try to reproduce what you have. Also explain what is wrong with the output and what you desire. Please see viewtopic.php?f=1&t=9620
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Script Help

Post by snibgo »

brizey02 wrote:... the only problem is the green area's its making transparent is the only thing I am wanting to see so I need to invert the script.
It seems you want to invert the transparency effect, so you need "-negate" before the close parenthesis.

Please also state the version of IM you use, and your platform (bash, I assume).
snibgo's IM pages: im.snibgo.com
Post Reply