|
inlib
1.2.0
|
#include <cstdio>#include <cstring>#include <string>#include <ostream>#include "image"#include <vector>

Go to the source code of this file.
Namespaces | |
| namespace | inlib |
manipulations that induces other includes : /////////// | |
| namespace | inlib::ivrgb |
Defines | |
| #define | inlib_ivrgb |
Functions | |
| bool | inlib::ivrgb::write_short (FILE *a_file, unsigned short a_val) |
| bool | inlib::ivrgb::write_file (FILE *a_file, unsigned char *a_buffer, unsigned int a_w, unsigned int a_h, unsigned int a_bpp) |
| bool | inlib::ivrgb::read_short (FILE *a_file, unsigned short &a_val) |
| unsigned char * | inlib::ivrgb::read_file (FILE *a_file, unsigned int &a_w, unsigned int &a_h, unsigned int &a_bpp) |
| bool | inlib::ivrgb::is (const std::string &a_file) |
| unsigned char * | inlib::ivrgb::read (std::ostream &a_out, const std::string &a_file, unsigned int &a_width, unsigned int &a_height, unsigned int &a_bpp) |
| bool | inlib::ivrgb::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) |
1.7.5.1