Visualization Library 2.0.0
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [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.
Macros | |
#define | INPUT_BUF_SIZE 4096 /* choose an efficiently fread'able size */ |
#define | OUTPUT_BUF_SIZE 4096 /* choose an efficiently fwrite'able size */ |
#define INPUT_BUF_SIZE 4096 /* choose an efficiently fread'able size */ |
Visualization Library 2.0.0 Reference Documentation
Updated on Wed Dec 23 2020 12:44:03.
© Copyright Michele Bosi. All rights reserved.