how I could convert image to text without output name of color ?
Posted: 2018-07-20T09:21:07-07:00
I need to convert a image but this convertion output color name
I need output without name instead black output srgb(0,0,0)
please help me
Code: Select all
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: (32896,32896,32896) #808080 fractal
61,62: (32896,32896,32896) #808080 fractal
62,62: (32896,32896,32896) #808080 fractal
63,62: (32896,32896,32896) #808080 fractal
64,62: (65535,32896,32896) #FF8080 srgb(255,128,128)
65,62: (65535,32896,32896) #FF8080 srgb(255,128,128)
66,62: (65535,32896,32896) #FF8080 srgb(255,128,128)
please help me