JunkBox_Lib 1.10.1
|
#include <jpeg_tool.h>
Data Fields | |
int | xs |
int | ys |
int | col |
int | state |
JSAMPLE * | gp |
JSAMPARRAY | img |
Definition at line 47 of file jpeg_tool.h.
int col |
Definition at line 51 of file jpeg_tool.h.
Referenced by free_JPEGImage(), JPEGImage2BSGraph(), JPEGImage2WSGraph(), make_JPEGImage(), write_jpeg_file(), and write_jpeg_mem().
JSAMPLE* gp |
Definition at line 53 of file jpeg_tool.h.
Referenced by BSGraph2JPEGImage(), free_JPEGImage(), JPEGImage2BSGraph(), JPEGImage2WSGraph(), make_JPEGImage(), read_jpeg_file(), write_jpeg_file(), write_jpeg_mem(), and WSGraph2JPEGImage().
JSAMPARRAY img |
Definition at line 54 of file jpeg_tool.h.
Referenced by BSGraph2JPEGImage(), free_JPEGImage(), JPEGImage2BSGraph(), JPEGImage2WSGraph(), make_JPEGImage(), read_jpeg_file(), write_jpeg_file(), write_jpeg_mem(), and WSGraph2JPEGImage().
int state |
Definition at line 52 of file jpeg_tool.h.
Referenced by BSGraph2JPEGImage(), make_JPEGImage(), read_jpeg_file(), and WSGraph2JPEGImage().
int xs |
Definition at line 49 of file jpeg_tool.h.
Referenced by free_JPEGImage(), JPEGImage2BSGraph(), JPEGImage2WSGraph(), make_JPEGImage(), write_jpeg_file(), and write_jpeg_mem().
int ys |
Definition at line 50 of file jpeg_tool.h.
Referenced by free_JPEGImage(), JPEGImage2BSGraph(), JPEGImage2WSGraph(), make_JPEGImage(), write_jpeg_file(), and write_jpeg_mem().