#include "PocketKnife.h"
#include "ImageTool.h"
#include <cstdio>
#include <string>
#include <cstring>
Go to the source code of this file.
Classes | |
struct | PN::ImageTool::TGA_HEADER |
Namespaces | |
namespace | PN |
namespace | PN::ImageTool |
PN::ImageTool provides many utility methods for image handling. | |
Functions | |
void | PN::ImageTool::convertPixelDataFrom16BitRGBTo24BitBGR (unsigned char *nDestData, const unsigned short *nPixelData, unsigned int nWidth, unsigned int nHeight) |
void | PN::ImageTool::flipImageY (unsigned char *nDstBuffer, unsigned const char *nSrcBuffer, int nWidth, int nHeight, int nPixelSize) |
Flips an image in Y-direction. | |
bool | PN::ImageTool::saveAsTGA (Image *nImage, const char *nFileName) |
Save an Image into a TGA file. |
Definition in file ImageTool.cpp.