Hello
Is it possible overlaying an image over the white region of another image?
Suppose I have two images: large.pnm (500x70px) and copyright.png (16x8px)
The first large image contains only text: so it has only two colors (black for the text & white for background).
I would overlap copyright ...
Search found 2 matches
- 2009-09-28T00:26:40-07:00
- Forum: Users
- Topic: Overlaying an Image over a white background only
- Replies: 1
- Views: 3936
- 2009-08-06T01:08:42-07:00
- Forum: Users
- Topic: How to escape escapes characters using version 6.2.8
- Replies: 1
- Views: 3668
How to escape escapes characters using version 6.2.8
Hello, my version of ImageMagick in my shared domain is Version: ImageMagick 6.2.8 04/17/08 .
I want to escape some characters like ' , " , %w , %h etc...
I'm using "-annotate" option to print text and this is my script (via PHP):
...
convert -size 1500x120 xc:#eff3fc -font fonts/all/".$font.".ttf ...
I want to escape some characters like ' , " , %w , %h etc...
I'm using "-annotate" option to print text and this is my script (via PHP):
...
convert -size 1500x120 xc:#eff3fc -font fonts/all/".$font.".ttf ...