Skip to content

Useful tool for creating vertical and horizontal sprite images from a single image.

Notifications You must be signed in to change notification settings

trajkovikj/LoadingSpriteCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loading Sprite Creator

Usefull tool for creating vertical and horizontal sprite images from a single image!

Usage

Installation

In out > artifacts directory is an executable jar, which you can double click on and use the software. Other option is to import the project into IntelliJ or eclipse and build it your self.

UI description

  • Select image - file chooser to select image that needs to be created as loading sprite.
  • Orientation - radio buttons for choosing the orientation of the loading sprite:
    1. vertical top - image will be cut vertically from top to bottom.
    2. vertical bottom - image will be cut vertically from bottom to the top.
    3. horizontal left - image will be cut horizontally from left to right.
    4. horizontal right - image will be cut horizontally from right to left.
  • Divisions - number of how much divisions the image needs to be cut (must be positive integer).
  • Select output directory - file chooser to select the output directory of the loading sprite images! Default output directory: C:\LoadingSpriteCreator.

Images

screenshot

Software UI

example image

Example

About

Useful tool for creating vertical and horizontal sprite images from a single image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages