1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 23:36:00 +02:00

JPEG compression

This commit is contained in:
Brian Fiete 2021-04-12 17:23:18 -04:00
parent f51b195486
commit 4211c267a6
5 changed files with 174 additions and 2 deletions

View file

@ -13,6 +13,7 @@ class JPEGData : public ImageData
{
public:
bool ReadData();
void Compress(int quality);
};
NS_BF_END;