1 #ifndef _IMAGE_LOADER_PNG_H_
2 #define _IMAGE_LOADER_PNG_H_
4 #include <rag/Platform.h>
8 #include "libpng/png.h"
9 #include "ImageLoader.h"
25 unsigned char* buffer;
Interface to load images.
Definition: ImageLoader.h:8
Loader for .png format.
Definition: ImageLoaderPNG.h:14
Image object.
Definition: Image.h:19
bool loadImage()
Load image from a file.
Definition: ImageLoaderPNG.cpp:94
bool loadInfo()
Load header to know image size.
Definition: ImageLoaderPNG.cpp:36