Name: | stb_rect_pack-devel |
---|---|
Version: | 1.1 |
Release: | 0.49.20241002git31707d1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 22709 |
License: | MIT OR Unlicense |
RPM: | stb_rect_pack-devel-1.1-0.49.20241002git31707d1.el8.x86_64.rpm |
Source RPM: | stb-0-0.49.20241002git31707d1.el8.src.rpm |
Build Date: | Sat Oct 12 2024 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/nothings/stb |
Summary: | Simple 2D rectangle packer with decent quality |
Description: | Useful for e.g. packing rectangular textures into an atlas. Does not do rotation. Not necessarily the awesomest packing method, but better than the totally naive one in stb_truetype (which is primarily what this is meant to replace). No memory allocations; uses qsort() and assert() from stdlib. Can override those by defining STBRP_SORT and STBRP_ASSERT. This library currently uses the Skyline Bottom-Left algorithm. Please note: better rectangle packers are welcome! Please implement them to the same API, but with a different init function. |
- stb_image_resize2 2.11
- stb_image 2.30
- stb_image_resize2 2.07
- Patch for GHSL-2023-171/CVE-2023-45681/CVE-2023-47212
- Fix a description to use American English orthography
- Fix compile error on riscv64
- Update to 0^20240213gitae721c5 - stb_image_resize2-devel is updated to 2.06
- Update to 0^20240208gitb7cf124 - stb_image-devel is updated to 2.29 - stb_image_resize2-devel is updated to 2.05
- stb_vorbis: fix GHSL-2023-165 / fix CVE-2023-45675
- stb_image: fix GHSL-2023-151 / fix CVE-2023-45667