/image_processing

Make using c++ to add blue filter for the image in .ppm

Primary LanguageC++

image_processing

First Project in C++ Read image file, iterate through the file string (in this case .ppm format type p3) Increase the blue color in rgb to make it appear blue (blue filter)