Assignment 2
Write a C program to create a binary ppm file with 1000 by 1000 pixels. It uses five input
colors to draw a picture. See sample runs. The input colors can be: red, green, blue, yellow,
orange, cyan, magenta, ocean, violet. ...
Write a C program to merge two given binary-based ppm files (P6). The names of the two given
image files and the name of the combined image file are ...