termage/src/pixels.hpp
2024-01-27 16:58:52 +01:00

10 lines
176 B
C++

#ifndef PIXELS_H_
#define PIXELS_H_
#include <iostream>
void write_image(std::ostream& os);
void write_image(std::ostream& os, const std::string& path);
#endif // PIXELS_H_