-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
# PaletteSwapper | ||
A small tool that allows you to change the palettes of multiple image files. | ||
![rock example](https://user-images.githubusercontent.com/6147299/43259782-1362a72a-909d-11e8-8054-eb8216f421c3.png) | ||
|
||
A small tool that allows you to change the palettes of multiple image files. | ||
|
||
## Examples | ||
When you run Palette Swapper, it will first ask for a palette definitions text file, and then some images to edit. Multiple palette files and images can be inputted at once. | ||
|
||
Palette Swapper has two syntax types for palette definitoons: Brasch syntax and Worms syntax. By default, it will use Brasch syntax. Below are links to examples on making your own palette definitons. | ||
|
||
[Brasch Syntax Mode Example File](https://github.com/SkyAphid/PaletteSwapper/blob/master/PaletteSwapper/RockPaletteVerBrasch.txt) | ||
[Worms Syntax Mode Example File](https://github.com/SkyAphid/PaletteSwapper/blob/master/PaletteSwapper/RockPaletteVerWorms.txt) | ||
|
||
## Dependencies and Running | ||
Palette Swapper uses Java 1.8 | ||
|
||
[To run Palette Swapper, simply install Java and then run the JAR.](https://java.com/en/download/) |