Suggestions for how to emboss my logo and name on my artwork?

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?".
Post Reply
cedarsage
Posts: 1
Joined: 2018-07-08T11:05:38-07:00
Authentication code: 1152

Suggestions for how to emboss my logo and name on my artwork?

Post by cedarsage »

I am looking for a simple script by which I can emboss a simple greyscale image of my logo and signature upon artwork that intend to post online, to discourage people from downloading and using my artwork without my permission. My concern about using the emboss filter is that it would emboss my artwork to, I just want to create a 3d effect upon my artwork or a complex brush effect (doesn't have to be emboss, just not a simple pixeled line) with the darkness and lightness of the logo/sig image.

I guess I wouldn't mind dropping the logo if the text of a font could be embossed in a single layer, I imagine in this case I would need to specify a font, I could find one, don't want it to be my actual signature

but if I need to merge two layers, might as well include the logo too.

I'm pretty newb, and rusty.

Thanks.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Suggestions for how to emboss my logo and name on my artwork?

Post by fmw42 »

Please always provide your imagemagick version and platform, since syntax may vary. Also can you provide an example of the effect you want and your input image and logo. You can upload images to any free hosting service and put the URLs here.

For novices, see

http://www.imagemagick.org/discourse-se ... f=1&t=9620
http://www.imagemagick.org/script/comma ... essing.php
http://www.imagemagick.org/Usage/reference.html
http://www.imagemagick.org/Usage/
https://github.com/ImageMagick/usage-markdown

Here is one type of example from my bash unix shell scripts http://www.fmwconcepts.com/imagemagick/ ... /index.php. See my web site at my link below for other effects.

See also
http://www.imagemagick.org/Usage/transform/#shade
http://www.imagemagick.org/Usage/compose/#watermark
Post Reply