Squashed 'external/stb/stb/' changes from c39c7023eb..f4a71b1337
f4a71b1337 README.md: tweak credits a8a25e17b5 update readme version numbers 0bc88af4de stb_image: optimizations 0ca75da4ec stb_image_resize2: remove whitespace 9d924f8a47 stb_image_resize: 2.04 4da08a1dbd stb_image: create_png_image_raw restructuring c6d7c32e5d stb_image: Two warning fixes 07268cbf36 stb_image: New Paeth filter ed64333410 tests: test_png_regress 45eb4ac158 global: very basic .gitignore for object files e5f0e18d0f stb_image: Small PNG filter simplification d373674115 stb_image: Fix zlib decoder end-of-stream handling 03f50e343d security notice 1d878bd2a3 security notice beebb24b94 README.md: fix reference to stb_image_resize2.h e81f294b16 stb_image_resize: switch GNU/clang from "asm" to "__asm__" for -c99 compatibility c4bbb6e75f stb_image_resize2.h 2.00 REVERT: c39c7023eb stb_image: create_png_image_raw restructuring REVERT: 8c3aa05487 stb_image: Two warning fixes REVERT: 3aa1744a29 stb_image: New Paeth filter REVERT: 2f3b7e47fa tests: test_png_regress REVERT: d647af9ad2 global: very basic .gitignore for object files REVERT: 5a44133dc5 stb_image: Small PNG filter simplification REVERT: 9f1776a36d stb_image: Fix zlib decoder end-of-stream handling git-subtree-dir: external/stb/stb git-subtree-split: f4a71b13373436a2866c5d68f8f80ac6f0bc1ffe
This commit is contained in:
@ -3,16 +3,18 @@ stb
|
||||
|
||||
single-file public domain (or MIT licensed) libraries for C/C++
|
||||
|
||||
# This project discusses security-relevant bugs in public in Github Issues and Pull Requests, and it may take significant time for security fixes to be implemented or merged. If this poses an unreasonable risk to your project, do not use stb libraries.
|
||||
|
||||
Noteworthy:
|
||||
|
||||
* image loader: [stb_image.h](stb_image.h)
|
||||
* image writer: [stb_image_write.h](stb_image_write.h)
|
||||
* image resizer: [stb_image_resize.h](stb_image_resize.h)
|
||||
* image resizer: [stb_image_resize2.h](stb_image_resize2.h)
|
||||
* font text rasterizer: [stb_truetype.h](stb_truetype.h)
|
||||
* typesafe containers: [stb_ds.h](stb_ds.h)
|
||||
|
||||
Most libraries by stb, except: stb_dxt by Fabian "ryg" Giesen, stb_image_resize
|
||||
by Jorge L. "VinoBS" Rodriguez, and stb_sprintf by Jeff Roberts.
|
||||
Most libraries by stb, except: stb_dxt by Fabian "ryg" Giesen, original stb_image_resize
|
||||
by Jorge L. "VinoBS" Rodriguez, and stb_image_resize2 and stb_sprintf by Jeff Roberts.
|
||||
|
||||
<a name="stb_libs"></a>
|
||||
|
||||
|
@ -3,7 +3,7 @@ stb_hexwave.h | audio | audio waveform synthesizer
|
||||
stb_image.h | graphics | image loading/decoding from file/memory: JPG, PNG, TGA, BMP, PSD, GIF, HDR, PIC
|
||||
stb_truetype.h | graphics | parse, decode, and rasterize characters from truetype fonts
|
||||
stb_image_write.h | graphics | image writing to disk: PNG, TGA, BMP
|
||||
stb_image_resize.h | graphics | resize images larger/smaller with good quality
|
||||
stb_image_resize2.h | graphics | resize images larger/smaller with good quality
|
||||
stb_rect_pack.h | graphics | simple 2D rectangle packer with decent quality
|
||||
stb_perlin.h | graphics | perlin's revised simplex noise w/ different seeds
|
||||
stb_ds.h | utility | typesafe dynamic array and hash tables for C, will compile in C++
|
||||
|
Reference in New Issue
Block a user