MP5
Photomosaic
PNG.cpp File Reference

Implementation of a simple PNG class using HSLAPixels and the lodepng PNG library. More...

#include <iostream>
#include <string>
#include <algorithm>
#include <functional>
#include "lodepng/lodepng.h"
#include "PNG.h"
#include "RGB_HSL.h"
+ Include dependency graph for PNG.cpp:

Detailed Description

Implementation of a simple PNG class using HSLAPixels and the lodepng PNG library.

Author
CS 225: Data Structures