Skip to content

mukhulmanicka/auxillary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Randomizer

About this Project

This project generates random images based on the height and width given by the user.

Instructions for downloading dependencies

Before building, ensure you have the required dependencies installed:

Linux:

sudo apt install cmake libpng-dev

MacOS

brew install cmake libpng

Instructions for formatting

The code will already be formatted when you download the repo but to reformat it just run:

clang-format --style=Google <filename>

Instructions for building

Use cmake to build:

mkdir build && cd build
cmake ..
make

Instructions for running

MAKE SURE YOU ARE IN THE BUILD DIRECTORY BEFORE RUNNING THESE COMMANDS!

Run this command to generate the random image:

./RandomImage <filename> <width> <height>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors