Stb_image loading animated gifs #1578
-
Hi, I recently begun researching about how to load gifs with stb_image. I came across this solution: https://github.com/opensoldat/opensoldat/blob/develop/client/libs/stb/src/stb.c but I am unsure how to use and implement it into my c++ project, I would really appreciate some guidance and help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
look in this project, its also used with zlib: this is a tutorial on how to load images: I found this, TinyObjectLoader Viewer example:
|
Beta Was this translation helpful? Give feedback.
look in this project, its also used with zlib:
https://github.com/jart/cosmopolitan/blob/master/third_party/stb/stb_image.c
this is a tutorial on how to load images:
https://solarianprogrammer.com/2019/06/10/c-programming-reading-writing-images-stb_image-libraries/
I found this, TinyObjectLoader Viewer example:
https://android.googlesource.com/platform/external/tinyobjloader/+/HEAD/examples/viewer/stb_image.h