Danjb1 / sprite-fixer

A simple program to consolidate similar images and resolve any ambiguous pixels.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sprite Fixer

A program designed to work with the output of my Sprite Extractor to consolidate any duplicate sprites and fix any highlighted pixels.

Example

Compile

From the src directory:

javac main/*.java

Run

From the src directory:

java main.SpriteExtractor SOURCE_DIR

Images are saved to an out directory.

Example

java main.SpriteExtractor input_images

About

A simple program to consolidate similar images and resolve any ambiguous pixels.


Languages

Language:Java 100.0%