kaban

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 15, 2023 License: MIT Imports: 2 Imported by: 0

README

Kaban

Go Reference

Kaban is a simple tool for manipulating sprite sheet images.

Features

  • Create sprite sheet image from individual images
  • Unpack sprite sheet image into individual images

Example

Unpack
kaban unpack ./example/example.png

example.png0_1__67_126.png & 76_0__128_128.png

Pack
kaban pack ./example/0_1__67_126.png ./example/76_0__128_128.png -o ./example/packed.png

0_1__67_126.png + 76_0__128_128.pngpacked.png

Installation

This package can be utilized either as a CLI tool or as a library.

As a CLI tool
go install github.com/aethiopicuschan/kaban@latest
kaban -h
As a library
go get github.com/aethiopicuschan/kaban
import (
	"github.com/aethiopicuschan/kaban/detection"
	"github.com/aethiopicuschan/kaban/merge"
)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
io

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL