Optimized CImageBasis

This commit is contained in:
jomjol
2023-01-03 08:24:16 +01:00
parent 62a2f127b4
commit 68ac6b0185
3 changed files with 5 additions and 12 deletions

View File

@@ -67,7 +67,7 @@ class CImageBasis
CImageBasis(std::string _image);
CImageBasis(uint8_t* _rgb_image, int _channels, int _width, int _height, int _bpp);
CImageBasis(int _width, int _height, int _channels);
CImageBasis(CImageBasis *_copyfrom, int _anzrepeat = 0);
CImageBasis(CImageBasis *_copyfrom);
void Resize(int _new_dx, int _new_dy);
void Resize(int _new_dx, int _new_dy, CImageBasis *_target);