ref: 530f54915ce55bec17d7580453437173efe20374
dir: /README.md/
# atlas Creates an atlas texture out of smaller images, dumps it to stdout as a Plan 9 image and write the mapping between filenames of images and their positions and dimensions to a file. Dumping the resulting image file as two headers to be included in a C program can be done by using provided `atlasc` script (it needs [hx](https://github.com/ftrvxmtrx/hx) to be installed): ``` atlasc -b 0x000000ff -c grey8 *.png >atlas_priv.h >[2]atlas.h ``` ## Installing Clone, run `mk install`. Install [hx](https://git.sr.ht/~ft/hx) to use `atlasc` script. ## TODO Sub-atlases?