批量生成函数注释

This commit is contained in:
Your Name
2023-03-24 16:14:25 +08:00
parent 32f36a609e
commit 77408f795e
20 changed files with 1744 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
jpge.h - C++ class for JPEG compression.
Public domain, Rich Geldreich <richgel99@gmail.com>
Alex Evans: Added RGBA support, linear memory allocator.