| |||||||||||
PyWeek - For anyone whos interested...I wrote a script that will easily and quickly convert a number of smaller images into one big sprite sheet.It will also keep transparency, if you have it, intact. If you are interested email me at roebros@gmail.com Currently there is no license but it will be in the public domain, after I work on it some more and make it prettier. — RB[0] on 2006/09/05 22:56 of ThreeLittlePygs Comments: (log in to comment) |
Last Challenge
September 2008 [entries, ratings] Previous March 2008 [entries, ratings] September 2007 [entries, ratings] April 2007 [entries, ratings] > September 2006 [entries, ratings] March 2006 [entries, ratings] (June 2006) August 2005 [entries, ratings] Not logged in Login | ||||||||||
By pekuja on 2006/09/06 05:48:
ImageMagick also has a tool for this called montage. You might want to check it out.By RB[0] on 2006/09/06 13:47:
Wow, that one is nice. The only problem is that we only want to paste a bunch of images together, not 'prettify' the final image, which montage does. And we want to be able to keep transparency.Thanks anyway pekuja! Maybe I'll check it out after the compo.
By alex on 2006/09/06 14:23:
I've used montage for this sort of thing before. You can bend it to your will, it just takes a lot of magic cmdline arguments.By RB[0] on 2006/09/06 14:51:
So ours is simpler for the simple stuff, right? If not then I'll have our artist switch.Thanks for the replies.