Y
Hacker News
new
|
ask
|
show
|
jobs
by
rootlocus
2555 days ago
Except.. that's pretty much how raw images are represented. Substituting "integers" for "bytes" if you want channel resolution, or leaving integers if you have 32bit pixel depth.
https://github.com/nothings/stb/blob/master/stb_image.h#L120
https://wiki.libsdl.org/SDL_Surface
1 comments
pwodhouse
2555 days ago
You overlooking the critical term:
variable-length
.
link