Harmos274/ImageCompressor

Create Pixel Reader Module

Harmos274 opened this issue · 0 comments

Components :

  • Cluster : Color [Pixel]

  • Pixel : Position Color

  • Color : Red Green Blue

  • Position : X Y

  • ReadPixelList :: Path -> [Pixel]

  • LexFile :: Path -> [Line]

  • ParseFile :: [Line] -> [Pixel]