• 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: "Mark J. Reed" <email@hidden>
  • Date: Wed, 21 Oct 2009 14:01:37 -0400

I use IM on my Mac all the time.  How did you install it and what
problems are you seeing?

I don't recall offhand if I installed it via Fink or MacPorts, and I"m
not on my Mac right now, but it works fine..

On Wed, Oct 21, 2009 at 1:13 PM, David Wolfe <email@hidden> wrote:
> If someone actually gets ImageMagick working completely on OSX, I'd love to
> hear how. I've been trying on and off for about two years for a wiki server.
> Have read some places that it's not really supported for Macs, and that one
> should use instead PerlMagick. But I can't get it to work properly with the
> wiki extensions I need.
>
>
> On Oct 21, 2009, at 12:25 PM, Roger Howard wrote:
>
>> 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
>
>
> _______________________________________________
> 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
>



--
Mark J. Reed <email@hidden>
 _______________________________________________
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>
References: 
 >Re: watermark (From: Rounak Jain <email@hidden>)
 >Re: watermark (From: Gary <email@hidden>)
 >Re: watermark (From: Roger Howard <email@hidden>)
 >Re: watermark (From: David Wolfe <email@hidden>)

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