lab_intro
Ineluctable Introduction
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 <cassert>
#include "lodepng/lodepng.h"
#include "PNG.h"
#include "RGB_HSL.h"
+ Include dependency graph for PNG.cpp:

Namespaces

 cs225
 

Functions

std::ostreamcs225::operator<< (std::ostream &os, PNG const &png)
 

Detailed Description

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

Author
CS 225: Data Structures
Version
2018r1-lab1