Visualization Library 2.0.0

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Macros
ioJPG.cpp File Reference
#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 */
 

Macro Definition Documentation

◆ INPUT_BUF_SIZE

#define INPUT_BUF_SIZE   4096 /* choose an efficiently fread'able size */

Definition at line 69 of file ioJPG.cpp.

◆ OUTPUT_BUF_SIZE

#define OUTPUT_BUF_SIZE   4096 /* choose an efficiently fwrite'able size */

Definition at line 279 of file ioJPG.cpp.