Search found 46 matches

by sin
2011-07-29T21:54:11-07:00
Forum: Users
Topic: how to given the input coordinates
Replies: 9
Views: 20774

how to given the input coordinates

hi,

can you please tell me how should i give the coordinates of a rectangle in a bash script??
by sin
2011-07-21T04:21:12-07:00
Forum: Users
Topic: extracting a colored pixel from an image
Replies: 11
Views: 22856

Re: extracting a colored pixel from an image

black is in hex #000000 -- so use that in my example above. Fuzz is not needed. If you want to do something else that requires fuzz, please clarify further. This will convert all pixels that within 20% of black and leave the rest alone. Then the grep on #000000 will locate each black pixel. convert...
by sin
2011-07-20T09:55:41-07:00
Forum: Users
Topic: extracting a colored pixel from an image
Replies: 11
Views: 22856

Re: extracting a colored pixel from an image

how can I get a black pixel using FUZZ from a normal image which has only white and RGB pixels??
by sin
2011-07-16T11:33:10-07:00
Forum: Users
Topic: extracting a colored pixel from an image
Replies: 11
Views: 22856

Re: extracting a colored pixel from an image

are you on unix/mac or windows? what version of IM? If on unix, use this with hex color values: convert rose: txt: | grep "#38302D" 6,0: ( 56, 48, 45) #38302D rgb(56,48,45) 8,0: ( 56, 48, 45) #38302D rgb(56,48,45) 9,0: ( 56, 48, 45) #38302D rgb(56,48,45) 6,6: ( 56, 48, 45) #38302D rgb(56,...
by sin
2011-07-15T22:27:25-07:00
Forum: Users
Topic: extracting a colored pixel from an image
Replies: 11
Views: 22856

extracting a colored pixel from an image

can you please tell me, how a particular color pixels from a text file of an image?
that is,
when a text file is generated from an image, i want a command to extract the pixels of a particular in a text file.
by sin
2011-06-03T06:19:50-07:00
Forum: Users
Topic: image from text file
Replies: 2
Views: 5539

image from text file

can we get an image from the text file using imagemagick?

Actually, this text file is extracted from the image only and now i want to convert that text file into image now. is it possible?
by sin
2011-05-31T02:48:56-07:00
Forum: Users
Topic: executing the imagemagick commands in batch file
Replies: 5
Views: 14368

Re: executing the imagemagick commands in batch file

Also double the '%' Other than that you can concatenate the options.. convert 27.jpg -resize 240x320^ -fuzz 50%% -fill white -opaque white ^ -fuzz 0 -transparent white ^ -alpha extract -edge 2 ^ 27_alpha.txt The operation sequence is a little strange what is wrong with... ... -fuzz 50%% -fill white...
by sin
2011-05-30T07:15:40-07:00
Forum: Users
Topic: executing the imagemagick commands in batch file
Replies: 5
Views: 14368

executing the imagemagick commands in batch file

i have around 7 IM commands to be executed one after the other. i have written them in .bat file and started executing them in the command prompt. there all commands were executing but they are not working. but the result makes no difference before and after the execution. Should I need to make chan...
by sin
2011-05-24T04:37:07-07:00
Forum: Users
Topic: getting the edges of an image
Replies: 30
Views: 81993

Re: getting the edges of an image

thank you. it is working for the previous version. but the problem is it is not working only for the images with plane backgrounds or plane transparent ones. can i get the image outline(like christmas tree) for the following images?? http://img807.imageshack.us/img807/8774/ihbhju.jpg http://img542.i...
by sin
2011-05-19T12:13:16-07:00
Forum: Users
Topic: getting the edges of an image
Replies: 30
Views: 81993

Re: getting the edges of an image

hi, please give the download link for IM 6.6.3.0 for windows 7(32-bit). it seems that the alpha extraction is working well in that version. i am using latest version of imagemagick 6.6.9(windows 7) but i don't understand why it is not working in my pc :( :( please solve my problem.!!!! all my work h...
by sin
2011-05-18T00:22:12-07:00
Forum: Users
Topic: getting the edges of an image
Replies: 30
Views: 81993

Re: getting the edges of an image

Werty wrote:Works on my Win7 32-bit with IM 6.6.3.0.

really?
can you please send me the download link for the above IM version ?

please.
by sin
2011-05-16T07:04:22-07:00
Forum: Users
Topic: getting the edges of an image
Replies: 30
Views: 81993

Re: getting the edges of an image

http://img852.imageshack.us/img852/1784/sneg.png the above image has some blur and unwanted stuff. how should i clean up this image so that i can get only the outline of the image?? If that is the image you are starting with, you could use the conditional erode method used in this thread: http://ww...
by sin
2011-05-16T02:48:15-07:00
Forum: Users
Topic: getting the edges of an image
Replies: 30
Views: 81993

Re: getting the edges of an image

Bonzo wrote:Are you running the same code posted and using the same image?
yes sir.i ma using the same image.
by sin
2011-05-16T02:46:58-07:00
Forum: Users
Topic: getting the edges of an image
Replies: 30
Views: 81993

Re: getting the edges of an image

http://img852.imageshack.us/img852/1784/sneg.png

please tel me how can i clean up this image(like the black ones at the top and around the image.everything should be white except the image) so that i cna get only the outline of the image and i dont want the unwanted stuff around it.
by sin
2011-05-16T01:33:00-07:00
Forum: Users
Topic: getting the edges of an image
Replies: 30
Views: 81993

Re: getting the edges of an image

http://img852.imageshack.us/img852/1784/sneg.png

the above image has some blur and unwanted stuff. how should i clean up this image so that i can get only the outline of the image??