#include "Core/Array/Arrays.h"#include "Core/Array/ReadPng.h"#include "Core/Array/ReadJpg.h"Include dependency graph for ReadImage.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Impala |
| namespace | Impala::Core |
| namespace | Impala::Core::Array |
Functions | |
| int | Impala::Core::Array::ReadImageIdentity (char *buf, int bufSize) |
| ReadImageIdentity tries to identify whether there is a PNG or JPG image stored there. | |
| template<class ArrayT> | |
| void | Impala::Core::Array::ReadImageFromMemory (ArrayT *&dst, char *buf, int bufSize) |
| template<class ArrayT> | |
| void | Impala::Core::Array::ReadImage (ArrayT *&dst, Persistency::File file) |
Variables | |
| static const int | Impala::Core::Array::cImageTypeUnknown = 0 |
| static const int | Impala::Core::Array::cImageTypeJpg = 1 |
| static const int | Impala::Core::Array::cImageTypePng = 2 |
1.5.1