Skip to content

Commit a9d35cb

Browse files
authored
Update README.md
1 parent aadf74f commit a9d35cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Color quantification using firefly algorithm
33
The objetive of this project is the color image reduction through the firefly algorithm with the k-means.
44
You can change the fireflys number and the iteractions of k-means.
55

6-
#Requeriments
6+
# Requeriments
77
You need a c compiler and a text editor for choose your configuration of fireflies and k-means iteractions
88
The pixels of the image in a txt document, that is to say, you must have the RGB values.
99

10-
#To prove it
10+
# To prove it
1111
I have two programas:
1212
-txt2tifmod: this program transform the pixel values to image of format tiff
1313
-luci8: this program use the firefly algorithm and k-means for reduce the color of the image to 8 bits per pixel.

0 commit comments

Comments
 (0)