#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 | |
template<class ArrayT> | |
void | Impala::Core::Array::ReadImageFromMemory (ArrayT *&dst, char *buf, int bufsize) |
ReadImageFromMemory automatically identifies whether there is a PNG or JPG image stored there. |