Skip to content

A lightweight python utility to convert Blender PNG output into a single large spritesheet.

Notifications You must be signed in to change notification settings

oldstork/imgtosheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgtosheet

A lightweight python utility to convert Blender PNG output into a single large spritesheet.

Usage

Suppose you exported a Blender animation as a series of PNGs to folder ~/output. Assuming that imgtosheet is in your path, use the following commands to create a spritesheet:

$ cd ~

$ imgtosheet ./output/ ./output_spritesheet.png

This will produce a spritesheet from the PNGs at location ~/output_spritesheet.png.

About

A lightweight python utility to convert Blender PNG output into a single large spritesheet.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages