question archive Write program that uses the STB library to manipulate an image (provided as a PNG file) and resample the colors of the image
Subject:Computer SciencePrice: Bought3
Write program that uses the STB library to manipulate an image (provided as a PNG file) and resample the colors of the image. ( using C program )
To summarize you program will:
-Your program will load an image.
-Manipulate each channel of each pixel in the image.
Save the image.
-Your program should accept 2 arguments on the command line:
-The input image filename.
-The output image filename.