Expand description

YATP (Yet Another Texture Packer)

A small and simple CLI application to pack multiple textures/sprites into a texture atlas/sprite sheet.

Modules

Structures used to store data about where a given texture was packed in the texture atlas.

Structs

A clap parser structure

Bundle of a Packer and a Dictionary

Binary bin packer

Enums

Dictionary Format

Image format

Type Definitions

Alias for image’s RGBA color of 8-bit unsigned byte per color channel

Alias for euclid’s Point2D of 2 unsigned 32-bit integers

Alias for euclid’s Rect of 2 unsigned 32-bit integers

Alias for euclid’s Size2D of 2 unsigned 32-bit integers