#include <jpeg_tool.h>
Data Fields | |
int | xs |
int | ys |
int | col |
int | state |
JSAMPLE * | gp |
JSAMPARRAY | img |
Definition at line 38 of file jpeg_tool.h.
int col |
Definition at line 42 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 44 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 45 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 43 of file jpeg_tool.h.
Referenced by BSGraph2JPEGImage(), make_JPEGImage(), read_jpeg_file(), and WSGraph2JPEGImage().
int xs |
Definition at line 40 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 41 of file jpeg_tool.h.
Referenced by free_JPEGImage(), JPEGImage2BSGraph(), JPEGImage2WSGraph(), make_JPEGImage(), write_jpeg_file(), and write_jpeg_mem().