Skip to content
This repository has been archived by the owner on Sep 19, 2021. It is now read-only.

chrg127/smbx-image-tool

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

SMBX Image Tool

This is a simple tool made to handle various tasks involving images. The principal task is to join images toghether in a single image, for easy recoloring, and splitting them afterwards. It can also resize images (to do) and import/export spritesheets (to do).

This tool was originally made by FrozenQuills, but I asked and was granted the permission to edit and extend it. Only contributor is me, I'm not asking for any more.

Arguments

Action arguments: 
    --join {images, spritesheet}
    --separe {images, spritesheet}
    --skip, --no-join-or-resize

Directory arguments:
    --input-dir
    --output-dir
    --output-name

Filtering arguments:
    --input-name
    --image-width
    --image-height

Spritesheet arguments:
    --spritesheet-width
    --spritesheet-height

Other arguments:
    --resize
    --separe-palette
    --convert-gifs
    --include-subdirectories
    --space

About

A tool to quickly handle various tasks involving images and spritesheets. Made for SMBX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages