Search found 6 matches
- 2018-04-14T10:46:53-07:00
- Forum: Users
- Topic: Overlaying a watermark/logo on multiple images of multiple dimensions
- Replies: 13
- Views: 22861
Re: Overlaying a watermark/logo on multiple images of multiple dimensions
Thank you to all who have helped.
- 2018-04-12T16:55:37-07:00
- Forum: Users
- Topic: Overlaying a watermark/logo on multiple images of multiple dimensions
- Replies: 13
- Views: 22861
Re: Overlaying a watermark/logo on multiple images of multiple dimensions
-background none Dilemma... If I have two images that I am working with, how does one handle the situation where the base picture is a PNG file with a transparent background however I want that transparent background placed on a white background AND...AND!!...AND...the watermark image being placed ...
- 2018-04-04T06:11:03-07:00
- Forum: Users
- Topic: Overlaying a watermark/logo on multiple images of multiple dimensions
- Replies: 13
- Views: 22861
Re: Overlaying a watermark/logo on multiple images of multiple dimensions
Also a problem is that even if I have my visible SVG elements defined with 50% opacity, the resulting magick merge ignores the opacity value. The above hyperlink to the SVG has 50% opacity for the two black elements found therein.
- 2018-04-04T06:01:10-07:00
- Forum: Users
- Topic: Overlaying a watermark/logo on multiple images of multiple dimensions
- Replies: 13
- Views: 22861
Re: Overlaying a watermark/logo on multiple images of multiple dimensions
Thanks to everyone, however, the logo image I am trying to overlay is a SVG file, and despite the fact that the SVG has a transparent background, the overlaid image is coming in with a white background in the resulting output file. How do I maintain the SVG's transparent background in this operation ...
- 2018-04-03T19:21:14-07:00
- Forum: Users
- Topic: Overlaying a watermark/logo on multiple images of multiple dimensions
- Replies: 13
- Views: 22861
Re: Overlaying a watermark/logo on multiple images of multiple dimensions
I am using version 7.0.1-Q16 pct=33 amt=`convert -ping monet2.jpg -format "%[fx:$pct*min(w,h)/100]" info:` convert monet2.jpg \( flatten_xor.png -resize $amt \) -gravity center -compose over -composite monet_watermark.png How are you supposed to accomplish the above on a Windows box at a c:> prompt ...
- 2018-04-02T07:48:19-07:00
- Forum: Users
- Topic: Overlaying a watermark/logo on multiple images of multiple dimensions
- Replies: 13
- Views: 22861
Overlaying a watermark/logo on multiple images of multiple dimensions
I have an image (JPG format) that I wish to "brand" (like a cowboy branding a cow) with a logo, center justified. I want to preserve the original. IOW, I want a new copy of the original base image with the branding/watermark placed on top of the new copy, saved off into a separate target folder. The ...