g4tools
5.4.0
|
Classes | |
struct | error_mgr |
class | reader |
Typedefs | |
typedef struct error_mgr * | error_ptr |
Functions | |
bool | write_file (FILE *a_file, int a_quality, unsigned char *a_buffer, unsigned int a_width, unsigned int a_height, unsigned int a_bpp) |
bool | write_file_100 (FILE *a_file, unsigned char *a_buffer, unsigned int a_width, unsigned int a_height, unsigned int a_bpp) |
void | tools_jpeg_error_exit (j_common_ptr cinfo) |
bool | infos_file (FILE *a_file, unsigned int &a_width, unsigned int &a_height, unsigned int &a_bpp) |
unsigned char * | read_file (FILE *a_file, unsigned int &a_width, unsigned int &a_height, unsigned int &a_bpp) |
bool | is (const std::string &a_file) |
bool | infos (std::ostream &a_out, const std::string &a_file, unsigned int &a_width, unsigned int &a_height, unsigned int &a_bpp) |
unsigned char * | read (std::ostream &a_out, const std::string &a_file, unsigned int &a_width, unsigned int &a_height, unsigned int &a_bpp) |
unsigned char * | read_part (std::ostream &a_out, const std::string &a_file, unsigned int a_sx, unsigned int a_sy, unsigned int a_sw, unsigned int a_sh, unsigned int &a_rw, unsigned int &a_rh, unsigned int &a_rbpp) |
bool | write (std::ostream &a_out, const std::string &a_file, unsigned char *a_buffer, unsigned int a_width, unsigned int a_height, unsigned int a_bpp, int a_quality) |
bool | to_xpm (std::ostream &a_out, const std::string &a_file, const std::string &a_name, bool a_verbose=false) |
bool | concatenate (std::ostream &a_out, const std::vector< std::string > &a_files, unsigned int a_cols, unsigned int a_rows, unsigned int a_bw, unsigned int a_bh, unsigned char a_bc, const std::string &a_file, int a_quality) |
typedef struct error_mgr* tools::jpeg::error_ptr |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |