-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DIP][OSPP] Add PNG image encoding and decoding. #207
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same issue with the PR#205.
@@ -0,0 +1,393 @@ | |||
//===- Grfmt_png.hpp ---------------------------------------------------===// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong format.
@@ -0,0 +1,763 @@ | |||
//===- Grfmt_jpeg.h ---------------------------------------------------===// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong format.
…g libpng and BuddyLibDIP together to form DIP_LIBS
* [DIP] Add encoding and decoding for png images * [DIP] add Encoding and decoding of png images * [DIP] Modify file format * [DIP] Delete the type of write * Modify format and Add jpeg test * Testing bmp and jpeg images in ImageContainerTest.cpp, binding libjpeg libpng and BuddyLibDIP together to form DIP_LIBS * Modify the logic for finding dip lib * change the dip lib link mode * Conflict resolution * Conflict resolution --------- Co-authored-by: Guan-schoolmate <[email protected]>
No description provided.