inlib  1.2.0
Namespaces | Defines | Functions
/Users/barrand/private/dev/softinex/old/inexlib-1.2/inlib/inlib/ivrgb File Reference
#include <cstdio>
#include <cstring>
#include <string>
#include <ostream>
#include "image"
#include <vector>
Include dependency graph for ivrgb:
This graph shows which files directly or indirectly include this file:

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)

Define Documentation

#define inlib_ivrgb

Definition at line 5 of file ivrgb.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines