mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 15:26:00 +02:00
JPEG compression
This commit is contained in:
parent
f51b195486
commit
4211c267a6
5 changed files with 174 additions and 2 deletions
|
@ -43,6 +43,7 @@ public:
|
|||
void Fill(uint32 color);
|
||||
virtual ImageData* Duplicate();
|
||||
void SetSrcData(uint8* data, int dataLen);
|
||||
virtual bool LoadFromMemory(void* ptr, int size);
|
||||
virtual bool LoadFromFile(const StringImpl& path);
|
||||
virtual bool ReadData() { return false; }
|
||||
virtual void PremultiplyAlpha();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue