#include "NDPluginFile.h"
#include "jpeglib.h"
Go to the source code of this file.
|
| struct | jpegDestMgr |
| | Expanded data destination object for JPEG output. More...
|
| |
| class | NDFileJPEG |
| | Writes NDArrays in the JPEG file format, which is a lossy compression format. More...
|
| |
◆ FIRST_NDFILE_JPEG_PARAM
| #define FIRST_NDFILE_JPEG_PARAM NDFileJPEGQuality |
◆ JPEG_BUF_SIZE
| #define JPEG_BUF_SIZE 4096 /* choose an efficiently fwrite'able size */ |
◆ NDFileJPEGQualityString
| #define NDFileJPEGQualityString "JPEG_QUALITY" /* (asynInt32, r/w) File quality */ |