Versions in this module Expand all Collapse all v1 v1.2.0 Oct 20, 2025 Changes in this version + var SpriteLists = []SpriteList + func ConvertDDSToPNG(ddsData []byte, crop *CropParams, outputPath string) error + func DecodeUTF16LE(data []byte) (string, error) + func IsInsideSprite(path string) bool + type CropParams struct + Height int + Left int + Top int + Width int + type Exporter struct + func NewExporter(loader FileLoader, outputDir string) *Exporter + func (e *Exporter) ExportFiles(files []string, progressCallback ProgressCallback) error + type FileLoader interface + GetFile func(path string) ([]byte, error) + type ProgressCallback func(current int, total int, description string) + type SpriteImage struct + Height int + Left int + Name string + SpritePath string + Top int + Width int + func ParseSpriteIndex(data []byte) ([]SpriteImage, error) + type SpriteList struct + NamePrefix string + Path string + SpritePrefix string