Search found 10 matches
- 2012-05-11T04:37:41-07:00
- Forum: Users
- Topic: getting correct mask
- Replies: 2
- Views: 5427
getting correct mask
hi all.. thanks for viewing.. i am working on region identification of image. i am using Fred's magic wand script .i am working on windows so i extracted the commands of the script and i got satisfactory result as below: https://lh6.googleusercontent.com/-z5ieJSVusEI/T6zZQl1XEeI/AAAAAAAAAIQ ...
- 2012-03-27T03:11:32-07:00
- Forum: Users
- Topic: more clarification on hue angle in modulate command
- Replies: 5
- Views: 11427
more clarification on hue angle in modulate command
hi..thanks for reply as per you said hue in modulate command changes color as per relative value.. that means there is no fix value of hue (like 120=>green 60=>yellow,240=> blue) so i cannot use that hue value in modulate command to get output for respective color 120=>green, 60=>yellow for all ...
- 2012-03-25T23:27:25-07:00
- Forum: Users
- Topic: more clarification on hue angle in modulate command
- Replies: 5
- Views: 11427
more clarification on hue angle in modulate command
hi all, thanks in advance i am working on identifying region of image and change the color of that region. i am able to identify region of image by "magicwand script" . and applied modulate command . i tried this for different images. and each time i got different outputs. for more understanding see ...
- 2012-02-24T04:59:55-07:00
- Forum: Users
- Topic: finding region in image and change color
- Replies: 0
- Views: 3651
finding region in image and change color
hello.. thanks for viewing case 1> i am trying to find out the region in an image .i refer t-shirt eg. done by masking i applied on following image: this is earth.png https://lh6.googleusercontent.com/-R3AvBmzYScY/T0dtNqFAoOI/AAAAAAAAABE/ryk2xpQT2PE/s128/earth.png 1. convert earth.png -modulate 100 ...
- 2012-02-15T04:54:08-07:00
- Forum: Users
- Topic: Replace specific color of image
- Replies: 19
- Views: 61145
Re: Replace specific color of image
thanks fred,
I tried your script with proper path ..and its work fine..
I tried your script with proper path ..and its work fine..
- 2012-02-13T23:28:02-07:00
- Forum: Users
- Topic: Replace specific color of image
- Replies: 19
- Views: 61145
Replace specific color of image
hi.. i installed cygwin on windows platform then i tried huemap script. now can you read my previous post regarding script and check where i am wrong? I am new to this script concept.. http://www.imagemagick.org/discourse-server/images/smilies/icon_sad.gif IM vesion:ImageMagick 6.7.1-0 2011-07-06 ...
- 2012-02-13T03:38:40-07:00
- Forum: Users
- Topic: Replace specific color of image
- Replies: 19
- Views: 61145
Replace specific color of image
hello..thanks for reply I am sorry that i am posting this reply late.. as u given the solution your script i.e huemap . i installed cygwin and tried to run the script which was downloded..but i am facing problem ..i gone through the steps given in viewtopic.php?f=4&t=9631 . I also added below code ...
- 2012-02-06T03:47:16-07:00
- Forum: Users
- Topic: Replace specific color of image
- Replies: 19
- Views: 61145
Re: Replace specific color of image
hi..thanks for both back to my capscicum image red->purple. I already tried by increasing fuzz value (i.e 15% to 20%)but it will replace some part of green color to purple which don't work. the other way provided by both using http://www.imagemagick.org/Usage/photos/#chroma_key i.e masking i tried ...
- 2012-02-03T00:49:17-07:00
- Forum: Users
- Topic: Replace specific color of image
- Replies: 19
- Views: 61145
Re: Replace specific color of image
Thanks for reply. You are right there is no change in output image after encoding color in quote. As you posted the links : I tried the -draw "color ... floodfill" command but in this, the offset need to be specified manually which I don’t want.. For more clarification this is the source image and I ...
- 2012-02-02T02:17:11-07:00
- Forum: Users
- Topic: Replace specific color of image
- Replies: 19
- Views: 61145
Replace specific color of image
hi all, I am trying to replace specific color of image with some other color using command line. I tried the following command for simple images convert rose.jpg -fuzz 20% -fill yellow -opaque red rose.jpg it works..but i have to specify the -fuzz , same command i tried for below image but the ...