| lab_debug
    Disastrous Debugging | 
Declaration of the sketchify function. More...
| Functions | |
| void | sketchify (std::string inputFile, std::string outputFile) | 
| Reads in an image, runs a simple "sketchify" algorithm on it to highlight edges in the image, and then writes the resulting image back out to a specified file.  More... | |
Declaration of the sketchify function.
| void sketchify | ( | std::string | inputFile, | 
| std::string | outputFile | ||
| ) | 
Reads in an image, runs a simple "sketchify" algorithm on it to highlight edges in the image, and then writes the resulting image back out to a specified file.
| inputFile | the name of the PNG file to sketchify | 
| outputFile | the name of the file where the output will be written |