Fill the Walls - Draft
PA 01 - Spring 2021
CS 3353 - Intro to Algorithms
SMU - Mark Fontenot, PhD
Overview
Suppose that ...
Note: We will only be working with Jpeg.
Fill the Wall with Pictures
Gallery Walls - from command line args
Wall 1
Wall 2
height in px
width in px
CImg Library
height
width
CImg<unsigned char> image(“img01.jpg”);
Example Output for 1 Wall
algo01.jpeg
Input
Output
Where to start...