1
0
Fork 0

Graphics/ImageLoader: move decode() to loadFromMemory()

This commit is contained in:
Henrik Hautakoski 2020-01-19 22:00:56 +01:00
parent 29749e945a
commit 8a3b5a17d8
No known key found for this signature in database
GPG key ID: 96765B12FEAC4745
2 changed files with 18 additions and 31 deletions

View file

@ -19,8 +19,6 @@ public :
protected :
bool decode(const char* data, unsigned int len, Image& img);
bool encode(Image& img, std::vector<unsigned char>& data);
bool encodeJPEG(const Image& img, std::vector<unsigned char>& data);