Daniel Gibson
e5144a3996
stb_image_write.h: Consistently use STBIWDEF for stbi_write_*
...
Some functions were missing that in the definition, others weren't,
all had it in the declarations.
Added mention of JPG and HDR formats at the top of the file
ago%!(EXTRA string=8 years)
Daniel Gibson
721c788fdb
stb_image_write: JPEG writer based on jo_jpeg.cpp
...
jo_jpeg.cpp is a Public Domain JPEG writer written by Jon Olick in 2012
http://www.jonolick.com/code.html
My changes to jo_jpeg:
* port to plain C89 (+ // comments, as supported by MSVC6)
* support for 2 comp input (Greyscale+Alpha, Alpha is ignored)
* use stbi__write_context abstraction instead of stdio for writing
* adjust names to stbiw-style
ago%!(EXTRA string=8 years)
Sean Barrett
6f6e11f85f
readme
ago%!(EXTRA string=8 years)
Sean Barrett
a463577988
update README w/ MIT info
ago%!(EXTRA string=8 years)
Sean Barrett
be931882ef
update README
ago%!(EXTRA string=8 years)
Sean Barrett
ee19531f68
fix to new bc5 path
ago%!(EXTRA string=8 years)
Sean Barrett
def6a1898c
version number
ago%!(EXTRA string=8 years)
Sean Barrett
bee6e9fc2e
Merge branch 'textedit-line_start_end_handlers' of https://github.com/ocornut/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
bd2cb593e0
Merge branch 'old_textedit' into working
...
Conflicts:
stb_textedit.h
ago%!(EXTRA string=8 years)
Sean Barrett
d052909923
better handle dragging mouse in single-line mode
ago%!(EXTRA string=8 years)
Sean Barrett
b1a0089c4b
stb.h swprintf fix
ago%!(EXTRA string=8 years)
Sean Barrett
a81422cd80
version number
ago%!(EXTRA string=8 years)
Sean Barrett
98e825ac67
Merge branch 'master' into working
ago%!(EXTRA string=8 years)
Sean Barrett
07c6c6bc88
Merge branch 'stbir_patch' of https://github.com/BSVino/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
a2bc1eabec
perlin noise function pull request by Jack Mott but deleted before I could pull it
ago%!(EXTRA string=8 years)
Sean Barrett
03611a369e
Merge branch 'working'
ago%!(EXTRA string=8 years)
Sean Barrett
e895f6d3af
tweak previous PR merge
ago%!(EXTRA string=8 years)
Sean Barrett
9009ae042e
Merge branch 'rect-pack-fail' of https://github.com/IntellectualKitty/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
fab4c61d45
Merge branch 'working'
ago%!(EXTRA string=8 years)
Sean Barrett
c918a6b801
tweak previous PR merge
ago%!(EXTRA string=8 years)
Sean Barrett
2be620d2bb
Merge branch 'lead_sign' of https://github.com/rohit-n/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
324be64e80
version number
ago%!(EXTRA string=8 years)
Sean Barrett
3841bc6198
Merge branch 'master' of https://github.com/jarikomppa/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
335565a86f
Merge branch 'working'
ago%!(EXTRA string=8 years)
Sean Barrett
fd912b5d93
version number, doc tweaks
ago%!(EXTRA string=8 years)
Sean Barrett
98537b7091
Merge branch 'master' of https://github.com/guitarfreak/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
d79487a0ba
readme
ago%!(EXTRA string=8 years)
Sean Barrett
0c1232f576
version number
ago%!(EXTRA string=8 years)
Sean Barrett
b280541e6a
Merge branch 'stbtt_const_chardata' of https://github.com/cdwfs/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
3afc3de41d
version number
ago%!(EXTRA string=8 years)
Sean Barrett
83a2489d5b
fix compilation on non-C99 compilers
ago%!(EXTRA string=8 years)
Sean Barrett
ed05048323
Merge branch 'master' of https://github.com/fahickman/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
e77673f4aa
Merge branch 'patch-1' of https://github.com/bryongloden/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
2d0518833b
readme
ago%!(EXTRA string=8 years)
Sean Barrett
eab4930cc4
Merge branch 'working'
ago%!(EXTRA string=8 years)
Sean Barrett
6ba52a370c
stb_dxt: extern "C"
ago%!(EXTRA string=8 years)
Sean Barrett
4ce23da44a
rename 3dc to bc5, tweaks to clean stuff up
ago%!(EXTRA string=8 years)
Sean Barrett
a217948c16
change 3dc name to bc5
ago%!(EXTRA string=8 years)
Sean Barrett
c39063727d
Merge branch 'master' of https://github.com/snake5/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
8879908f78
update readme
ago%!(EXTRA string=8 years)
Sean Barrett
6a3d4786c9
Merge branch 'unknown-marker' of https://github.com/jeremysawicki/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
7e389e85c1
Merge branch 'dnl-segment' of https://github.com/jeremysawicki/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
15c7e06dc8
Merge branch 'junk-before-marker' of https://github.com/jeremysawicki/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
dc6089f05b
tweak fill byte PR
ago%!(EXTRA string=8 years)
Sean Barrett
50ae79d811
Merge branch 'fill-bytes' of https://github.com/jeremysawicki/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
a6dc061137
tweak 16-bit quantization for clarity
ago%!(EXTRA string=8 years)
Sean Barrett
0befbc3d78
Merge branch 'dequant-16-bits' of https://github.com/jeremysawicki/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
014af7b78a
Merge branch 'component-ids' of https://github.com/jeremysawicki/stb into working
ago%!(EXTRA string=8 years)
Sean Barrett
786ac92daa
tweak RGB-to-Y conversion
ago%!(EXTRA string=8 years)
Sean Barrett
64e1799f24
Merge branch 'rgb-grayscale' of https://github.com/jeremysawicki/stb into working
ago%!(EXTRA string=8 years)