• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: watermark
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: watermark


  • Subject: Re: watermark
  • From: Roger Howard <email@hidden>
  • Date: Wed, 21 Oct 2009 09:25:13 -0700

ImageMagick is a great suggestion - visible watermarking is trivial using the "composite" command (one of the standard ImageMagick tools).

For instance, if you have a watermark.png with transparency built in to the image (via an alpha) then the following would work:

	composite -gravity center  watermark.png  image.tif  result.jpg

This would take watermark.png, overlay it in the center of image.tif, and save the results to result.jpg

There's also a "watermark" option, but that's mainly for watermark images which have no transparency (you define the blending modes in the script step, rather than using transparency in the watermark image - which I find preferably).

Image Events/sips (both built in to OSX) don't support compositing images, so they won't really help. ImageMagick is pretty straightforward and enormously useful for anyone automating imaging operations.

-R

_______________________________________________
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
  • Follow-Ups:
    • Re: watermark
      • From: David Wolfe <email@hidden>
    • Re: watermark
      • From: hd <email@hidden>
References: 
 >Re: watermark (From: Rounak Jain <email@hidden>)
 >Re: watermark (From: Gary <email@hidden>)

  • Prev by Date: Re: AS Bug?
  • Next by Date: Re: AS Bug?
  • Previous by thread: Re: watermark
  • Next by thread: Re: watermark
  • Index(es):
    • Date
    • Thread