Krita Source Code Documentation
Loading...
Searching...
No Matches
RGBEImportUtils.cpp File Reference
#include <cmath>
#include <QDataStream>
#include <QIODevice>
#include <kis_sequential_iterator.h>

Go to the source code of this file.

Namespaces

namespace  RGBEIMPORT
 

Macros

#define MAXELEN   0x7fff
 
#define MINELEN   8
 

Functions

bool RGBEIMPORT::LoadHDR (QDataStream &s, const int width, const int height, KisSequentialIterator &it)
 
bool RGBEIMPORT::ReadOldLine (quint8 *image, int width, QDataStream &s)
 
void RGBEIMPORT::RGBEToPaintDevice (quint8 *image, int width, KisSequentialIterator &it)
 

Macro Definition Documentation

◆ MAXELEN

#define MAXELEN   0x7fff

Definition at line 23 of file RGBEImportUtils.cpp.

◆ MINELEN

#define MINELEN   8

Definition at line 22 of file RGBEImportUtils.cpp.