-
I get frustrated when I try to make a CMakeLists.txt for this project because I can't use target_include_directories on the root folder without adding ALL the files and folders (code or not) to the in…
-
One problem I encountered when using STB is that no matter what type of image is input, when running the stbi__load_main function, it will be recognized as JPEG
-
Hello,this project is very impressive.Does it can be support the 8 bit grayscale bmp image of resize image?I want to porting the ARM m7 embeded platform.Thank you very much!
-
hi!
I've compiled the project in linux mint for codeblocks, but I get a pointer error. In "stb_image.c" the free() funcions is giving an error. what can i do?
thanks have a good day.
-
Lab 3 currently requires students to install GIMP via the software centre to view images exported in `.ppm` format. This could/should be updated to use `stb_image_write.h` to export as `.png`, the sam…
-
stb_vorbis needs a STB_VORBIS_MAX_PACKET_SIZE option with sane default, like this:
```
#ifndef STB_VORBIS_MAX_PACKET_SIZE
#define STB_VORBIS_MAX_PACKET_SIZE (1024 * 1024 * 10)
#endif
```
Bec…
ghost updated
3 years ago
-
Hello i want to ask how to render a frame to a png or bmp file? Thank you)
zarat updated
2 years ago
-
Hello! I apologize for the very poor English.
We receive via the optical udp multicast network from the television provider, he, in turn, receives these streams from the satellite.
Periodically, the…
-
I use fontstash to draw a str = @"i:ə:ɔ:u:ɑ:i:ɜ:ɔ:u:ɑ:iɜɔuɑ", the glyph of "ɜ" display wrong.
use "PingFangSC-Regular"
![image](https://user-images.githubusercontent.com/12316965/28603038-45df0f68-7…
-
Hey peacey,
I'm back at this now that I have a little more time on hand. This ia a different setup from before and I'm having issues getting my wired STB to stream past 15 seconds.
Setup:
UDM-P…