Skip to content

NitroGuy10/ColorSplitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColorSplitter

Split images into separate whitemasks.

Made in Processing until I realized I only used like 2 features in Processing that are already in pure Java so I switched to Java.

The Processing source is now outdated and only the Java one should be used.

Installation

There is no installation. Download the lastest release and run the .jar file. If your OS doesn't let you double-click it, open a terminal to its location and type java -jar ColorSplitter.jar to run it.

Oh yeah, you'll also need to have Java installed. You probably already do, but if you don't, you can download it here.