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?".
nXqd
Posts: 1 Joined: 2013-09-03T02:11:40-07:00
Authentication code: 6789
Contact:
Post
by nXqd » 2013-09-03T02:19:41-07:00
I'm trying to find a way to apply a watermark and opacity mask on an image using imagemagick.
Source
Result
Thank you all for reading.
snibgo
Posts: 12159 Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK
Contact:
Post
by snibgo » 2013-09-03T03:05:49-07:00
There are many ways of doing this, including (Windows script):
Code: Select all
%IM%convert ^
( T3NPN.png -evaluate Multiply 0.5 ) ^
( -pointsize 100 label:" SOLD " -negate ) ^
-gravity center ^
-compose Plus -composite ^
s2.png
)
Users browsing this forum: Amazon [Bot] , Bing [Bot] , Google [Bot] and 29 guests