snibgo thanks for your effort, you help me a lot.
I tryed your examples and I search the combination of both :_(
The effect I need is exactly your first example, but applied over an image as the second example. The central gray color is the problem.
Like this image. The white lighting and the ...
Search found 3 matches
- 2013-11-27T02:41:46-07:00
- Forum: Users
- Topic: How I do a relieve image ?
- Replies: 6
- Views: 3057
- 2013-11-26T02:30:41-07:00
- Forum: Users
- Topic: How I do a relieve image ?
- Replies: 6
- Views: 3057
Re: How I do a relieve image?
Thanks for your answer, but:
The effect is similar but is outside the original layer.
I need the effect inside original layer. Inside, over the white color.
How I do this?
try
convert 52934d34f0c97.png -alpha extract \
-shade 90x45 -fuzz 0.5% -transparent "gray(180)" \
-channel a -evaluate ...
The effect is similar but is outside the original layer.
I need the effect inside original layer. Inside, over the white color.
How I do this?
try
convert 52934d34f0c97.png -alpha extract \
-shade 90x45 -fuzz 0.5% -transparent "gray(180)" \
-channel a -evaluate ...
- 2013-11-25T06:09:56-07:00
- Forum: Users
- Topic: How I do a relieve image ?
- Replies: 6
- Views: 3057
How I do a relieve image ?
Hello guys,m can you helpme please?
From this image

To this

The idea is to put the relieve over other equal images with color
From this image

To this

The idea is to put the relieve over other equal images with color