SpriteSheet Info
Normalizes a raw spritesheet image plus partial hints into a SpriteSheet document
Input Ports
Source image to interpret as a SpriteSheet
Frame count hint
FPS hint
Column count hint
Row count hint
Frame width hint
Frame height hint
row_major / column_major hint
Output Ports
Normalized SpriteSheet document
Normalized frame count
Normalized FPS
Normalized column count
Normalized row count
Normalized frame width
Normalized frame height
Normalized fill order
Short metadata summary
Overview
Normalizes a raw spritesheet image plus partial hints into a SpriteSheet document
Inputs and Outputs
Input Ports
- Spritesheet
Image: Source image to interpret as a SpriteSheet - Frame Count
Int: Frame count hint - FPS
Int: FPS hint - Columns
Int: Column count hint - Rows
Int: Row count hint - Frame Width
Int: Frame width hint - Frame Height
Int: Frame height hint - Fill Order
Text: row_major / column_major hint
Output Ports
- Spritesheet
SpriteSheet: Normalized SpriteSheet document - Frame Count
Int: Normalized frame count - FPS
Int: Normalized FPS - Columns
Int: Normalized column count - Rows
Int: Normalized row count - Frame Width
Int: Normalized frame width - Frame Height
Int: Normalized frame height - Fill Order
Text: Normalized fill order - Summary
Text: Short metadata summary
When to Use
Use SpriteSheet Info when you need this operation to remain explicit, reusable, and easy to tune inside a PixPipeline node graph.
Notes
Connect compatible data types and preview the result while tuning this node. Parameter names and port names follow the PixPipeline UI.