Daniel Gibson
7453e1bfa4
stb_image.h: Support 15/16bit per pixel RGB(A) TGAs
...
stbi__tga_* assumed that 16bit TGAs were Grayscale + Alpha.
However, if the TGA imagetype is not one of the gray ones, it's 16Bit
RGB data, with 5 Bits per channel. If the TGA image descriptor field
has alpha bits (the 3 least significant ones) set, the pixel's most
significant bit is for alpha: 1 for opaque and 0 for translucent.
Furthermore people claim that TGAs can also pretend to have 15bpp,
which is the same as 16bpp but definitely without alpha.
So 15/16bpp TGAs are now decoded to STBI_rgb(_alpha).
ago%!(EXTRA string=10 years)
Sean Barrett
64fa9a3d95
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
2161d1e12a
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
657eda2155
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
63849198b9
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
5809508de3
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
4e691f5917
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
3f73dfd7ce
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
fa9a6e4e0a
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
d4cea6123a
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
20eea21e01
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
a44e950d9a
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
b6602ab085
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
450db24449
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
76b8ff0051
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
702c5bfee8
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
06ae60645e
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
385927fb4b
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
c4082cfb89
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
ff085b88f4
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
6a9cdd1c83
other_libs: add a few libraries
ago%!(EXTRA string=10 years)
Sean Barrett
3e404042c5
other_libs: added TweetNaCl
ago%!(EXTRA string=10 years)
Sean Barrett
0b79b3bfe1
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
cc3bb7c458
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
bdcc1535d6
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
dc92c6c4c4
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
bbdb4f65ef
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
cd9c6d7b43
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
8d0ae2d39f
move other_libs list to its own file
ago%!(EXTRA string=10 years)
Sean Barrett
2bd2e571a2
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
f6d172d92b
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
4b587a409a
Update other_libs.md
ago%!(EXTRA string=10 years)
Sean Barrett
847fb2c230
put other_libs list in its own file
ago%!(EXTRA string=10 years)
Sean Barrett
6464d059ab
fix typo
ago%!(EXTRA string=10 years)
Sean Barrett
37a493ae21
fix typo
ago%!(EXTRA string=10 years)
Sean Barrett
b1160eb7e9
update other_libs
ago%!(EXTRA string=10 years)
Sean Barrett
60e3ecac85
added ImGui to other_libs
ago%!(EXTRA string=10 years)
Sean Barrett
3eb363c193
italicize more recent others' libs
ago%!(EXTRA string=10 years)
Sean Barrett
616633b557
italicize most recent others' libs
ago%!(EXTRA string=10 years)
Sean Barrett
6998a8e064
add gb_string.h
ago%!(EXTRA string=10 years)
Sean Barrett
34d6c2ca87
update tinyexr's list position
ago%!(EXTRA string=10 years)
Sean Barrett
5378a96536
clarify that olick's GIF also does animated
ago%!(EXTRA string=10 years)
Sean Barrett
ac7daffc27
update readme
ago%!(EXTRA string=10 years)
Sean Barrett
93b2b82996
get rid of unused return value from write callback
ago%!(EXTRA string=10 years)
Sean Barrett
b4477803cb
fix public function names;
...
fix internal names to be namspaced properly;
ago%!(EXTRA string=10 years)
Sean Barrett
78fe0bfc24
handle fopen() failing
ago%!(EXTRA string=10 years)
Sean Barrett
ad63a8d316
Merge branch 'master' of https://github.com/ejulien/stb into working
...
Conflicts:
stb_image_write.h
ago%!(EXTRA string=10 years)
Sean Barrett
955bd174a2
update list
ago%!(EXTRA string=10 years)
Sean Barrett
c2978ae79f
move anchor to *beginning* of question so links look better
ago%!(EXTRA string=10 years)
Sean Barrett
99c7e64b62
rebuild README
ago%!(EXTRA string=10 years)