Skip to content

Given a directory path, will bundle all images it finds within into a single png file, with an attached text file giving filename and x,y,w,h coordinates

License

Notifications You must be signed in to change notification settings

ChrisPritchard/TextureBundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextureBundler

Given a directory path, will bundle all images it finds within into a single png file, with an attached text file giving filename and x, y, w, h coordinates.

The bundling is done into a rough square, and each image is given the same space. Accordingly, this project works best if all images are the same size, or close to.

Final result will be a output.png and output.csv file in the run directory (not the target directory!).

Coded in F#, for use in my game dev projects.

About

Given a directory path, will bundle all images it finds within into a single png file, with an attached text file giving filename and x,y,w,h coordinates

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages