PICCANTE  0.4
The hottest HDR imaging library!
Classes | Namespaces | Macros | Functions
tmp.hpp File Reference
#include <stdio.h>
#include <string>
#include "../base.hpp"

Go to the source code of this file.

Classes

struct  pic::TMP_IMG_HEADER
 The TMP_IMG_HEADER struct is a header for a tmp image. More...
 

Namespaces

 pic
 

Macros

#define PIC_IO_TMP_HPP
 

Functions

PIC_INLINE float * pic::ReadTMP (std::string nameFile, float *data, int &width, int &height, int &channels, int &frames, bool bHeader=true)
 ReadTMP reads a dump temp file. More...
 
PIC_INLINE bool pic::WriteTMP (std::string nameFile, float *data, int &width, int &height, int &channels, int &frames, bool bHeader=true)
 WriteTMP writes a dump temp file. More...
 

Macro Definition Documentation

◆ PIC_IO_TMP_HPP

#define PIC_IO_TMP_HPP