inlib  1.2.0
Namespaces | Defines | Typedefs | Functions
/Users/barrand/private/dev/softinex/old/inexlib-1.2/inlib/inlib/image File Reference
#include <vector>
#include <cstring>
#include "mnmx"
#include <ostream>
#include <string>
Include dependency graph for image:
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::image

Defines

#define inlib_image

Typedefs

typedef unsigned char *(* inlib::image::file_reader )(std::ostream &, const std::string &, unsigned int &, unsigned int &, unsigned int &)
typedef unsigned char *(* inlib::image::reader )(FILE *, unsigned int &, unsigned int &)
typedef bool(* inlib::image::writer )(FILE *, unsigned char *, unsigned int, unsigned int)

Functions

unsigned char * inlib::image::concatenate (unsigned char **a_buffers, unsigned int a_w, unsigned int a_h, unsigned int a_bpp, unsigned int a_cols, unsigned int a_rows, unsigned int a_bw, unsigned int a_bh, unsigned char a_bc, unsigned int &a_rw, unsigned int &a_rh)
unsigned char * inlib::image::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, file_reader a_file_reader, unsigned int &a_w, unsigned int &a_h, unsigned int &a_bpp)
bool inlib::image::convert (std::ostream &a_out, const std::string &a_sin, reader a_reader, const std::string &a_sout, writer a_writer)

Define Documentation

#define inlib_image

Definition at line 5 of file image.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines