Search found 205 matches

by diegomage
2017-09-25T19:28:02-07:00
Forum: Users
Topic: how i could remove hidden color for this image ?
Replies: 3
Views: 3766

Re: how i could remove hidden color for this image ?

hi I refer that i solve whit this last command I post because I dont see the color with low intensity and I change this colors with posterize


thankyou for the help
by diegomage
2017-09-25T18:02:13-07:00
Forum: Users
Topic: how i could remove hidden color for this image ?
Replies: 3
Views: 3766

Re: how i could remove hidden color for this image ?

I check my image and I see that using this command can solve the problem

Code: Select all

  convert   image .jpg +dither   -posterize 2       color_uniform.gif
I dont view the colors when I use erode command
by diegomage
2017-09-25T17:47:33-07:00
Forum: Users
Topic: how i could remove hidden color for this image ?
Replies: 3
Views: 3766

how i could remove hidden color for this image ?

this image appears normal apparently https://i.stack.imgur.com/jQkDY.jpg but when i apply connected components remove 200 area appears this convert imaget.jpg -define connected-components:area-threshold=200 -define connected-components:mean-color=true -connected-components 8 out.png https://i.stack....
by diegomage
2017-09-23T10:16:35-07:00
Forum: Users
Topic: its possible get the average pixel of every columns of pixels?
Replies: 3
Views: 3943

Re: its possible get the average pixel of every columns of pixels?

yes I not refer exactly to this but your answer help me thank you
I use a command like this for reduce dimension to a line

Code: Select all

convert  image.png     -scale 100x3% xr2d.png
by diegomage
2017-09-23T09:42:33-07:00
Forum: Users
Topic: its possible get the average pixel of every columns of pixels?
Replies: 3
Views: 3943

its possible get the average pixel of every columns of pixels?

IM trying to exaplain with this image get the color average for each column of pixel of complex image and obtain a line that indicate which is the average pixel by column https://i.stack.imgur.com/VpAsr.png this is similar to project image 2d to 1d and get the average color of this projection I foun...
by diegomage
2017-09-22T10:49:20-07:00
Forum: Users
Topic: exist any way of enlarge only parts of determining color in imagemagick ?
Replies: 1
Views: 2375

exist any way of enlarge only parts of determining color in imagemagick ?

exist any way in imagemagick or another technique from another software that I could use

for enrlage parts in blue like this

Image


Image


Please help me with this
by diegomage
2017-09-20T17:12:44-07:00
Forum: Users
Topic: how I could create a image like this with imagemagick?
Replies: 2
Views: 3064

Re: how I could create a image like this with imagemagick?

very thankyou works fine
by diegomage
2017-09-20T16:48:22-07:00
Forum: Users
Topic: how I could create a image like this with imagemagick?
Replies: 2
Views: 3064

how I could create a image like this with imagemagick?

Im trying to create intermitent image How I could do this

Image

Please help me
by diegomage
2017-09-13T11:45:54-07:00
Forum: Users
Topic: how I could enlarge image like this?
Replies: 2
Views: 2655

Re: how I could enlarge image like this?

works very thank you
by diegomage
2017-09-13T10:47:51-07:00
Forum: Users
Topic: how I could enlarge image like this?
Replies: 2
Views: 2655

how I could enlarge image like this?

Image
for convert to this

Image


Please help me with this
by diegomage
2017-09-09T19:46:09-07:00
Forum: Users
Topic: it possible create a hollow in each element of a image?
Replies: 2
Views: 3323

it possible create a hollow in each element of a image?

im trying to create a hollow in the center of image
how I could do this
Image

and convert in this


Image


please help me
by diegomage
2017-09-07T07:15:02-07:00
Forum: Users
Topic: how i could color of a specific color instead remove blobs in connected components?
Replies: 1
Views: 2276

how i could color of a specific color instead remove blobs in connected components?

this is my code IM trying with mean color but not work connected-components:mean-color=srgb\(0,0,255\) convert v10.png -define connected-components:area-threshold=64 -define connected-components:mean-color=srgb\(0,0,255\) -connected-components 8 v1x1.png this is my image https://i.stack.imgur.com/hG...
by diegomage
2017-09-02T09:55:50-07:00
Forum: Users
Topic: How i could use gamma and contrast in imagemagick?
Replies: 3
Views: 7440

How i could use gamma and contrast in imagemagick?

I use gamma -50 , brightness -5 and contrast 40 in kolourpaint but I need to know how use this in imagemagick


Image


this is my original image

Image



Please help me
by diegomage
2017-08-15T16:49:57-07:00
Forum: Users
Topic: I obtain rare effect when I scale a image in imagemagick
Replies: 9
Views: 6538

Re: I obtain rare effect when I scale a image in imagemagick

this is my result image using this command

Code: Select all

convert img -scale 270% imgr
convert img -scale 270% imgr
Image