#include <engine/image.h>
#include <cstdint>
Go to the source code of this file.
|
| bool | ConvertToRgba (uint8_t *pDest, const CImageInfo &SourceImage) |
| bool | ConvertToRgbaAlloc (uint8_t *&pDest, const CImageInfo &SourceImage) |
| bool | ConvertToRgba (CImageInfo &Image) |
| void | ConvertToGrayscale (const CImageInfo &Image) |
| void | DilateImage (uint8_t *pImageBuff, int w, int h) |
| void | DilateImage (const CImageInfo &Image) |
| void | DilateImageSub (uint8_t *pImageBuff, int w, int h, int x, int y, int SubWidth, int SubHeight) |
| uint8_t * | ResizeImage (const uint8_t *pImageData, int Width, int Height, int NewWidth, int NewHeight, int BPP) |
| void | ResizeImage (CImageInfo &Image, int NewWidth, int NewHeight) |
| int | HighestBit (int OfVar) |
◆ ConvertToGrayscale()
| void ConvertToGrayscale |
( |
const CImageInfo & | Image | ) |
|
◆ ConvertToRgba() [1/2]
◆ ConvertToRgba() [2/2]
| bool ConvertToRgba |
( |
uint8_t * | pDest, |
|
|
const CImageInfo & | SourceImage ) |
◆ ConvertToRgbaAlloc()
| bool ConvertToRgbaAlloc |
( |
uint8_t *& | pDest, |
|
|
const CImageInfo & | SourceImage ) |
◆ DilateImage() [1/2]
◆ DilateImage() [2/2]
| void DilateImage |
( |
uint8_t * | pImageBuff, |
|
|
int | w, |
|
|
int | h ) |
◆ DilateImageSub()
| void DilateImageSub |
( |
uint8_t * | pImageBuff, |
|
|
int | w, |
|
|
int | h, |
|
|
int | x, |
|
|
int | y, |
|
|
int | SubWidth, |
|
|
int | SubHeight ) |
◆ HighestBit()
| int HighestBit |
( |
int | OfVar | ) |
|
◆ ResizeImage() [1/2]
| void ResizeImage |
( |
CImageInfo & | Image, |
|
|
int | NewWidth, |
|
|
int | NewHeight ) |
◆ ResizeImage() [2/2]
| uint8_t * ResizeImage |
( |
const uint8_t * | pImageData, |
|
|
int | Width, |
|
|
int | Height, |
|
|
int | NewWidth, |
|
|
int | NewHeight, |
|
|
int | BPP ) |