Search found 13 matches
- 2014-11-26T21:35:46-07:00
- Forum: Users
- Topic: remove odd pixels in the image
- Replies: 6
- Views: 3855
Re: remove odd pixels in the image
Thanks, you have been a great help!
- 2014-11-26T04:24:14-07:00
- Forum: Users
- Topic: Multiply image anti-aliasing problem
- Replies: 18
- Views: 9262
Re: Multiply image anti-aliasing problem
this is close to the result I needed but it has some blur in it. can we make the material part transparent so that different materials can be fit in the background on the fly? My method has no blur. To make the bricks partially transparent, you can adjust my method with the code that Fred gives ...
- 2014-11-26T01:55:39-07:00
- Forum: Users
- Topic: remove odd pixels in the image
- Replies: 6
- Views: 3855
Re: remove odd pixels in the image
try convert mn1-bRxR3LFR.png -fuzz 55% -alpha off -fill "rgb(230,230,230)" -opaque "rgb(63,63,63)" -alpha on show: I only needed to change those blackish pixels on inside edges but it changes the images a lot and looses the original texture. the result is http://picpaste.com/pics/mn2-jrg8M0hH ...
- 2014-11-26T01:26:13-07:00
- Forum: Users
- Topic: remove odd pixels in the image
- Replies: 6
- Views: 3855
Re: remove odd pixels in the image
Is there a way to change all pixels with rgb(50,50,50) and less to rgb(230,230,230)? I think that can solve the problem.
- 2014-11-26T01:22:37-07:00
- Forum: Users
- Topic: remove odd pixels in the image
- Replies: 6
- Views: 3855
Re: remove odd pixels in the image
try convert mn1-bRxR3LFR.png -fuzz 55% -alpha off -fill "rgb(230,230,230)" -opaque "rgb(63,63,63)" -alpha on show: I only needed to change those blackish pixels on inside edges but it changes the images a lot and looses the original texture. the result is http://picpaste.com/pics/mn2-jrg8M0hH ...
- 2014-11-26T00:06:07-07:00
- Forum: Users
- Topic: remove odd pixels in the image
- Replies: 6
- Views: 3855
remove odd pixels in the image
I have a mortar image and it has some blackish pixels on the inside edges.

I need to make those blackish pixels colored same as the grey mortar color.

I need to make those blackish pixels colored same as the grey mortar color.
- 2014-11-25T23:21:15-07:00
- Forum: Users
- Topic: Multiply image anti-aliasing problem
- Replies: 18
- Views: 9262
Re: Multiply image anti-aliasing problem
How can my result and snibgo's both be what you want. They are totally different. I did not recolor the gray texture in the middle parts in the example you said you liked (my others were recolored). At the same time you say snigbo's is what you want and his is recolored. I was looking at the ...
- 2014-11-25T23:13:59-07:00
- Forum: Users
- Topic: Multiply image anti-aliasing problem
- Replies: 18
- Views: 9262
Re: Multiply image anti-aliasing problem
Blur was only used to anti-alias the edges of the mask image. If you do not want it, just remove the -blur -level convert c5VyQ.png pK1xB.jpg \ \( -clone 0 +level-colors "black,#B6977A" -write show: \) \ \( -clone 0 -morphology open octagon:3 \ -fuzz 10% -transparent white -channel rgba \ -fill ...
- 2014-11-25T23:08:28-07:00
- Forum: Users
- Topic: Multiply image anti-aliasing problem
- Replies: 18
- Views: 9262
Re: Multiply image anti-aliasing problem
Maybe it works like this. I take the top third of 4Biet.png as a mask for bricks/mortar, and the middle third as texture for mortar. Windows BAT script: convert ^ 4Biet.png ^ -crop 1x3@ +repage ^ b.png convert ^ ( b-1.png -fill rgb(100%%,75%%,30%%) -colorize 50 +write bf.png ) ^ ( pK1xB.jpg -fill ...
- 2014-11-25T22:58:04-07:00
- Forum: Users
- Topic: Multiply image anti-aliasing problem
- Replies: 18
- Views: 9262
Re: Multiply image anti-aliasing problem
Here is an alternate attempt to guess what you want. unix syntax I left the -write show: in so you can see each step convert c5VyQ.png pK1xB.jpg \ \( -clone 0 +level-colors "black,#B6977A" -write show: \) \ \( -clone 0 -morphology open octagon:3 \ -fuzz 10% -transparent white -channel rgba \ -fill ...
- 2014-11-24T23:47:23-07:00
- Forum: Users
- Topic: Multiply image anti-aliasing problem
- Replies: 18
- Views: 9262
Re: Multiply image anti-aliasing problem
It looks line you want to take the material image, extract one row, then make a mask for the border, then put the gray brick image in the border, then recolor the gray brick image. Is that correct? Yes, this is correct and that is all I have as Input. I multiply different RGBA values into that grey ...
- 2014-11-24T22:53:30-07:00
- Forum: Users
- Topic: Multiply image anti-aliasing problem
- Replies: 18
- Views: 9262
Re: Multiply image anti-aliasing problem
This is not the desired result. The flow required is as shown in the image, can you please have a look at it? and suggest right approach. http://i.stack.imgur.com/xXKhT.png orignal alpha image of the mortar I have is: http://i.stack.imgur.com/4Biet.png Original brick image I have is. http://i.stack ...
- 2014-11-24T04:20:06-07:00
- Forum: Users
- Topic: Multiply image anti-aliasing problem
- Replies: 18
- Views: 9262
Multiply image anti-aliasing problem
Please have a look at this question http://stackoverflow.com/questions/2709 ... i-aliasing
Need help urgent.
Need help urgent.