-
Notifications
You must be signed in to change notification settings - Fork 55
Image
chrisd1100 edited this page Apr 30, 2023
·
3 revisions
Image compression and cropping. Program icons.
Basic image processing with support for only PNG and JPEG.
Name | Brief |
---|---|
MTY_CompressImage | Compress an RGBA image. |
MTY_DecompressImage | Decompress an image into RGBA. |
MTY_CropImage | Center crop an RGBA image. |
MTY_GetProgramIcon | Get an application's program icon as an RGBA image. |
Name | Brief |
---|---|
MTY_ImageCompression | Image compression methods. |