Re: watermark
Re: watermark
- Subject: Re: watermark
- From: LuKreme <email@hidden>
- Date: Wed, 21 Oct 2009 11:46:21 -0600
On 21-Oct-2009, at 04:52, John C. Welch wrote:
On 10/20/09 12:56 AM, "Rounak Jain" <email@hidden> wrote:
I have a folder containing images. I want to set one of those images
as a watermark on my existing desktop wallpaper. Then I will
randomize
them. So all I need to know is how to set an image as a water mark on
another image with applescript/shell etc.
(I have Gimp but not Photoshop)
You'll need to get an applescriptable application that does
watermarks. I'm
thinking GIMP is about as AppleScriptable as a rock.
I'd use ImageMagick. You could do shell script it if you really need
an AppleScript solution,
the command is basically:
composite -dissolve 15 watermark.png source.jpg destination.jpg
--
Instant karma's going to get you!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
References: | |
| >Re: watermark (From: "John C. Welch" <email@hidden>) |