/bitmap_editor

This program simulates a basic interactive bitmap editor. Bitmaps are represented as an M x N matrix of pixels with each element representing a colour

Primary LanguageRuby

Bitmap editor

This program simulates a basic interactive bitmap editor. Bitmaps are represented as an M x N matrix of pixels with each element representing a colour

Running

Run following command

>bin/bitmap_editor examples/show.txt

OR

>bin/bitmap_editor examples/from_requirements.txt

There are other input files in spec/fixtures directory

Test

Run rspec to execute tests and find code coverage.

Authors

Faisal Iqbal fiqbal.qureshi@outlook.com