Issue tracker and tutorial for Spritify.
Spritify is a tool for the procedural generation of 2D pixel art.
It transforms input images consisting of conditional pixels into many distinct output images with varying properties, such as gradient, noise and color.
Input:
Possible output:
Please use the issue tracker here to report bugs or request features.
I'd love to hear your feedback, so don't be shy :)
Written for version 1.11.2 of Spritify
.
Spritify offers several pixels for the creation of input images.
There's two categories of brushes or input pixels. Solid
or final
pixels, and changing
or evolving
pixels.
These pixels don't change during the procedural generation.
This pixel does nothing and will later turn into the given background color.
This pixel will later have the defined border color.
This pixel will later vary in color, shading and noise level.
(Border
pixels are all solid black, while Body
pixels vary)
These are pixels which have the same chance of becoming an A or B pixel.
Boder|Empty
has a 50/50 chance to either become a Border
or Empty
pixel.
(green: Border|Empty
, cyan: Body|Empty
, blue: Border|Body
, magenta: Border|Body|Empty
)
The first column's pixels either become background or the solid border color.
Pixels within the second column became either the varying color or background.
These pixels are only non-Empty
if they have a neighbouring pixel.
Border|Empty if neighbour
will be Empty
if it has no neighbour, otherwise there's a 50% each for it becoming Border
or Empty
. These pixels can be used to toggle entire groups or have growing structures.
(first row: many Border|Empty if neighbour
next to Body|Empty
, second row: many Border if neighbour
, third row: solid Body
)
Note how the first row which could also produce Empty
varies in length, while the second row is either fully presend or not.
These pixels leave trails while moving randomly. They either stop if hitting another pixel or by chance.
(A Body walker
within a Body
box)
(The walker generated a random path)
Filler pixels behave similary to walker pixels. Instead of walking or spreading into one direction, they spread radially. They stop at other pixels or after a random number of iterations.
(A Border filler
close to Body
pixels)
(The empty space has been filled randomly with Border
pixels)
The controls are grouped within a panel.
<-
->
Undo/Redo++
--
Zoom In/Out+
-
Add or remove columns and rowsv
^
Import/ExportClear
the drawing area
Mirror the input to create symmetrical shapes.
On the final image all edge pixels will be turned into border pixels.
Removes as final step all pixels which don't have any neighbours.
Sprite x
and Sprite y
define how many images are within the output sprite.
The shading settings add a brightness gradient with the provided strength and direction.
The Noise
value defines how noisy the Body
pixels of the output will be.
This factor scales the entire image once the smart pixel logic is done.
The colors of Empty
or Border
pixels can be set here.
As default Body
pixels will be assigned any random color. If a color source is set, its pixels will be used to define the Body
pixels' color.