| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/ThenTech/ImageEncoder/master/main.cpp | [Back] [Original] |
#include
#include "main.hpp"
#include "utils.hpp"
#include "Logger.hpp"
#include "ConfigReader.hpp"
#include "MatrixReader.hpp"
#ifdef ENCODER
#include "ImageEncoder.hpp"
#include "VideoEncoder.hpp"
#endif
#ifdef DECODER
#include "ImageDecoder.hpp"
#include "VideoDecoder.hpp"
#endif
int main(int argc, char *argv[]) {
if (argc != 2) {
std::cerr
| Web Proxy Viewer | New URL | Original Page |