Game Development Community

Combining .png files

by Jason Coggins · in Torque Game Builder · 06/18/2006 (12:40 pm) · 2 replies

I am looking for a program that will combine multiple .png files into a singel file with the pictures located next to each other (like a film strip) so I can use the "cell" image mode while importing imageMaps into TGB.

Can anyone recommend a good one?

Jason

#1
06/18/2006 (2:11 pm)
Do a search for GlueIT. It's not perfect as the PNGs are strung together over a black background before having their transparency set. This causes any partially transparent pixels to come out in shades of grey. But other than that, it's not bad.

You can also use ImageMagick, but it's command line based and takes some getting to grips with.
#2
06/18/2006 (3:02 pm)
I guess that would be handy, ive been copying and pasting them together in photoshop