Search found 205 matches

by diegomage
2018-09-05T13:48:16-07:00
Forum: Users
Topic: when i use connected component for remove not remove and convert to alpha ?
Replies: 5
Views: 4322

Re: when i use connected component for remove not remove and convert to alpha ?

I solved this removing alpha first with this code convert image.png -alpha remove -alpha off minif convert minif -define connected-components:area-threshold=2 -define connected-components:mean-color=true -connected-components 4 outputx.gif convert outputx.gif -transparent white outputx2.gif
by diegomage
2018-09-05T12:06:17-07:00
Forum: Users
Topic: when i use connected component for remove not remove and convert to alpha ?
Replies: 5
Views: 4322

when i use connected component for remove not remove and convert to alpha ?

Im trying to remove component and the remove component replace by alpha color but when I remove this image the balls instead of remove appears in black colors HOw I could corret my command convert image.png -define connected-components:area-threshold=2 -define connected-components:mean-color=true -c...
by diegomage
2018-08-12T17:20:23-07:00
Forum: Users
Topic: how I could use kmeans in this image and obbtain the hair blonde color ?
Replies: 4
Views: 3034

Re: how I could use kmeans in this image and obbtain the hair blonde color ?

I use kmeans for obtain the most common color and use a mask over each color and use a kmeans over each color mask of original image and combine all parts , repeating my code 5 times and works this is my code ./kmeans anna2.jpg kdf_black2.png -n 15 -colors 15 -c 0.3 -C sRGB -t flattened >colorsf con...
by diegomage
2018-08-12T10:45:34-07:00
Forum: Users
Topic: how I could use kmeans in this image and obbtain the hair blonde color ?
Replies: 4
Views: 3034

how I could use kmeans in this image and obbtain the hair blonde color ?

IM trying to convert elsa image but the blonde color in the image when I use kmeans I use kmeans from this page http://www.fmwconcepts.com/imagemagick/kmeans/index.php ./kmeans elsa.png kdf_black2.png -n 15 -C LAB not works to get the color of hair and differentiate for skin pink color INPUT IMAGE h...
by diegomage
2018-08-10T16:55:53-07:00
Forum: Users
Topic: make a gaussian blur with similar parameters of gimp?
Replies: 1
Views: 1832

make a gaussian blur with similar parameters of gimp?

Im trying to make a gaussian blur with imagemagick but I dont know what parameters should use , please help me with this

I use horisontal raidus 3 and vertical 3
and rle

Image

please help
by diegomage
2018-07-20T21:26:04-07:00
Forum: Users
Topic: exist any way of prevent or remove this error when I use connected components appears a little blob around image?
Replies: 2
Views: 1969

exist any way of prevent or remove this error when I use connected components appears a little blob around image?

when i use connected component appears a rare blobs in the image https://i.imgur.com/1kfpsTp.png this is my code convert image.png -define connected-components:area-threshold=60 -define connected-components:mean-color=true -connected-components 4 image2.jpg https://i.imgur.com/WQUe6xS.jpg in simple ...
by diegomage
2018-07-20T10:00:51-07:00
Forum: Users
Topic: how I could convert image to text without output name of color ?
Replies: 4
Views: 2578

Re: how I could convert image to text without output name of color ?

Version: ImageMagick 7.0.8-6 Q16 x86_64 2018-07-14 https://www.imagemagick.org
Copyright: © 1999-2018 ImageMagick Studio LLC

OS lubuntu 14.04

HI this works but not have line break , how I could do with line break ?
by diegomage
2018-07-20T09:21:07-07:00
Forum: Users
Topic: how I could convert image to text without output name of color ?
Replies: 4
Views: 2578

how I could convert image to text without output name of color ?

I need to convert a image but this convertion output color name 53,62: (32896,32896,32896) #808080 fractal 54,62: (0,0,0) #000000 black 55,62: (0,0,0) #000000 black 56,62: (0,0,0) #000000 black 57,62: (0,0,0) #000000 black 58,62: (0,0,0) #000000 black 59,62: (32896,32896,32896) #808080 fractal 60,62...
by diegomage
2018-06-12T10:57:48-07:00
Forum: Users
Topic: how I could remove a circle of this image using connected components remove?
Replies: 10
Views: 5261

Re: how I could remove a circle of this image using connected components remove?

not work with magick , I will try to update and test with 7.1 version