feat():initial version

This commit is contained in:
2026-04-17 18:22:45 +08:00
commit ebc372aa44
2824 changed files with 445824 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#ifndef INSJPEG_H_INCLUDED
#define INSJPEG_H_INCLUDED
#include <BaseTypes.h>
Bool LoadJpegFromMem(void *mem, UInt32 memSz, Int32 *width, Int32 *height, UInt32 *format, void **bmp, UInt32 bmpSize);
#endif // INSJPEG_H_INCLUDED