GitHub Repo
https://github.com/sushil-gautam/Vector-Array-Pixel-Art
A C++ program that generates a custom .ppm file image displaying the words CSCE in the top half and UNT in the bottom half using pixel-level RGB manipulation. The top half uses a raw 3D array, while the bottom half uses STL vectors, showing two approaches to image data handling in C++.