Search found 205 matches

by diegomage
2019-04-30T20:13:02-07:00
Forum: Users
Topic: how i could obtain connected component gray scale with format that diffrence the percentage of gray
Replies: 7
Views: 4785

Re: how i could obtain connected component gray scale with format that diffrence the percentage of gray

this are repeated and not the same color have less 1% of difference

2: 192x279+24+51 123.0,167.2 11352 gray(1%)
104: 136x160+59+167 126.8,245.3 11052 gray(75%)
1: 165x300+69+30 176.1,146.6 6010 gray(1%)
by diegomage
2019-04-30T20:02:22-07:00
Forum: Users
Topic: how i could obtain connected component gray scale with format that diffrence the percentage of gray
Replies: 7
Views: 4785

Re: how i could obtain connected component gray scale with format that diffrence the percentage of gray

i need gray with more decimal like gray(98,51%) because some gray color are repeat and not are the same colors
by diegomage
2019-04-30T19:36:39-07:00
Forum: Users
Topic: how i could obtain connected component gray scale with format that diffrence the percentage of gray
Replies: 7
Views: 4785

Re: how i could obtain connected component gray scale with format that diffrence the percentage of gray

i add but obtain the same results convert fragresultc.png -define connected-components:area-threshold=0 -define connected-components:verbose=true -connected-components 8 -define connected-components:mean-color=true tmp.png Objects (id: bounding-box centroid area mean-color): 0: 242x330+0+0 132.6,99....
by diegomage
2019-04-30T18:57:45-07:00
Forum: Users
Topic: how i could obtain connected component gray scale with format that diffrence the percentage of gray
Replies: 7
Views: 4785

how i could obtain connected component gray scale with format that diffrence the percentage of gray

i have this image https://i.ibb.co/9T2cz9t/fragresultc.png when i use this code i obtain convert fragresultc.png -define connected-components:area-threshold=0 -define connected-components:verbose=true -connected-components 8 tmp.png > data.cc Objects (id: bounding-box centroid area mean-color): 0: 2...
by diegomage
2019-04-30T12:21:35-07:00
Forum: Users
Topic: how i could combine this two command into one ?
Replies: 2
Views: 3747

Re: how i could combine this two command into one ?

works perfect , very thankyou for your help
by diegomage
2019-04-30T11:31:49-07:00
Forum: Users
Topic: how i could combine this two command into one ?
Replies: 2
Views: 3747

how i could combine this two command into one ?

im trying to combine this two command into one but i dont know for generate one image instead of two image result convert fragresultc.png -fill white +opaque "$zv" -negate resuxxlt.png convert image2.png -mask resuxxlt.png -fill white +opaque white +mask rose_blue.png please help me
by diegomage
2018-09-12T17:22:17-07:00
Forum: Users
Topic: how I could use clone in this code ?
Replies: 4
Views: 4026

Re: how I could use clone in this code ?

very thankyou for your help fmw42
by diegomage
2018-09-12T17:21:39-07:00
Forum: Users
Topic: how I could reduce this command for output only one image ?
Replies: 6
Views: 4821

Re: how I could reduce this command for output only one image ?

very thankyou for your help .
by diegomage
2018-09-11T17:49:52-07:00
Forum: Users
Topic: how I could use clone in this code ?
Replies: 4
Views: 4026

Re: how I could use clone in this code ?

very thankyou for your help
Version: ImageMagick 7.0.8-6 Q16 x86_64 2018-07-14 https://www.imagemagick.org
Copyright: © 1999-2018 ImageMagick Studio LLC
License: https://www.imagemagick.org/script/license.php

ubuntu 14.04 linux
by diegomage
2018-09-11T16:49:35-07:00
Forum: Users
Topic: how I could use clone in this code ?
Replies: 4
Views: 4026

how I could use clone in this code ?

Im trying use clone , but i dont know how I could use clone instead z1.png please help me this is my working code convert z1.gif \( \( z1.gif -morphology Hit-and-Miss '3x3:1,0,1 -,1,- -,-,-' \) -negate -transparent white \) \( \( z1.gif -morphology Hit-and-Miss '4x3:1,0,0,1 -,1,1,- -,-,-,-' \) -nega...
by diegomage
2018-09-11T14:19:52-07:00
Forum: Users
Topic: how I could reduce this command for output only one image ?
Replies: 6
Views: 4821

how I could reduce this command for output only one image ?

I have this code and this output two images ; how I could do for output 1 image convert z1.gif -morphology Hit-and-Miss '3x3:1,0,1 -,1,- -,-,-' -negate -transparent white hmt_right2.gif ;convert z1.gif hmt_right2x.gif -composite z2.gif reduce this two command to one command