Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
#include "ioJPG.hpp"
#include <vlCore/VisualizationLibrary.hpp>
#include <vlCore/FileSystem.hpp>
#include <vlCore/VirtualFile.hpp>
#include <vlCore/Image.hpp>
#include <vlCore/LoadWriterManager.hpp>
#include <jpeglib.h>
#include <jconfig.h>
#include <jerror.h>
#include <jmorecfg.h>
#include <setjmp.h>
#include <cstdio>
Go to the source code of this file.
Defines | |
#define | INPUT_BUF_SIZE 4096 |
#define | OUTPUT_BUF_SIZE 4096 |