![]() |
DDNet documentation
|
Go to the source code of this file.
Functions | |
| 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 | ConvertToGrayscaleRect (const CImageInfo &Image, size_t StartX, size_t StartY, size_t Width, size_t Height) |
| void | ColorizeWithHueRect (CImageInfo &Image, float Hue, float Sat, size_t StartX, size_t StartY, size_t Width, size_t Height) |
| 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) |
| void ColorizeWithHueRect | ( | CImageInfo & | Image, |
| float | Hue, | ||
| float | Sat, | ||
| size_t | StartX, | ||
| size_t | StartY, | ||
| size_t | Width, | ||
| size_t | Height ) |
| void ConvertToGrayscale | ( | const CImageInfo & | Image | ) |
| void ConvertToGrayscaleRect | ( | const CImageInfo & | Image, |
| size_t | StartX, | ||
| size_t | StartY, | ||
| size_t | Width, | ||
| size_t | Height ) |
| bool ConvertToRgba | ( | CImageInfo & | Image | ) |
| bool ConvertToRgba | ( | uint8_t * | pDest, |
| const CImageInfo & | SourceImage ) |
| bool ConvertToRgbaAlloc | ( | uint8_t *& | pDest, |
| const CImageInfo & | SourceImage ) |
| void DilateImage | ( | const CImageInfo & | Image | ) |
| void DilateImage | ( | uint8_t * | pImageBuff, |
| int | w, | ||
| int | h ) |
| void DilateImageSub | ( | uint8_t * | pImageBuff, |
| int | w, | ||
| int | h, | ||
| int | x, | ||
| int | y, | ||
| int | SubWidth, | ||
| int | SubHeight ) |
| int HighestBit | ( | int | OfVar | ) |
| void ResizeImage | ( | CImageInfo & | Image, |
| int | NewWidth, | ||
| int | NewHeight ) |
| uint8_t * ResizeImage | ( | const uint8_t * | pImageData, |
| int | Width, | ||
| int | Height, | ||
| int | NewWidth, | ||
| int | NewHeight, | ||
| int | BPP ) |