faisal-iqbal / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Ruby 100.0%