Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 165 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 165 Bytes

Image Manipulation in c++

Compiling

You can use

 g++ imageGen.cpp -lgdi32 -o imageGen.exe

to compile the code if all the libraries are installed!