KImgIO
hdr.cpp File Reference
#include "hdr.h"#include <QtGui/QImage>#include <QtCore/QDataStream>#include <kdebug.h>#include <kglobal.h>
Include dependency graph for hdr.cpp:

Go to the source code of this file.
Defines | |
| #define | MAXELEN 0x7fff |
| #define | MAXLINE 1024 |
| #define | MINELEN 8 |
Typedefs | |
| typedef Q_UINT8 | uchar |
Functions | |
| static uchar | ClipToByte (float value) |
| void | kimgio_hdr_read (QImageIO *io) |
| void | kimgio_hdr_write (QImageIO *) |
| static bool | LoadHDR (QDataStream &s, const int width, const int height, QImage &img) |
| static bool | Read_Old_Line (uchar *image, int width, QDataStream &s) |
| static void | RGBE_To_QRgbLine (uchar *image, QRgb *scanline, int width) |
Define Documentation
Typedef Documentation
Function Documentation
| static bool @9::LoadHDR | ( | QDataStream & | s, | |
| const int | width, | |||
| const int | height, | |||
| QImage & | img | |||
| ) | [static] |
| static bool @9::Read_Old_Line | ( | uchar * | image, | |
| int | width, | |||
| QDataStream & | s | |||
| ) | [static] |
| static void @9::RGBE_To_QRgbLine | ( | uchar * | image, | |
| QRgb * | scanline, | |||
| int | width | |||
| ) | [static] |
KDE 4.2 API Reference