/RandomImageGenerator

A simple program written in C++ to generate random pixels

Primary LanguageC++MIT LicenseMIT

RandomImageGenerator

This is an educational project to generate random image with assigning random RGBA values one by one to the image.

Execution

  1. Clone the repository
  2. run make on your terminal
  3. Launch randomimage.bmp and observe the results.

Limitations

Currently, this project only supports bmp and will produce kind of gibberish output.