views:

161

answers:

1

Hi, I want create texture atlas(matrix of images) from multiple images.Is their any applescript that can create image matrix.

A: 

Have you looked at the ImageMagick set of tools? There is an example showing the use of the -append and +append options of the convert program that shows how to append images into rows and columns of the destination image.

Jeff Paquette
Good one. But I am working with a MACOSX, behind a proxy, which is not allowing to download any binaries.
shakthi
I downloaded ImageMagick its working fine.
shakthi