Crate yatp_cli

Source
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§

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

Structs§

Cli
A clap parser structure
Context
Bundle of a Packer and a Dictionary
Packer
Binary bin packer

Enums§

DictionaryFormat
Dictionary Format
ImageFormat
Image format

Type Aliases§

Color
Alias for image’s RGBA color of 8-bit unsigned byte per color channel
Point
Alias for euclid’s Point2D of 2 unsigned 32-bit integers
Rect
Alias for euclid’s Rect of 2 unsigned 32-bit integers
Size
Alias for euclid’s Size2D of 2 unsigned 32-bit integers