开发者

Stick multiple images together

开发者 https://www.devze.com 2023-01-09 05:37 出处:网络
Is there a program which lets you dump an image and then you can put all the images you dumped into one image? I want to know this so I can build my tileset faster....

Is there a program which lets you dump an image and then you can put all the images you dumped into one image? I want to know this so I can build my tileset faster....

开发者_JS百科

Thanks.


If you are on Linux, OS X, or Windows there is a great command line image manipulation tool called ImageMagick. Included in it is the montage utility that takes a bunch of images and tiles them together, saving them in one file. The most basic command form is:

montage input1.png input2.png input3.png input4.png montage-output.png


If you mean HTML sprites, this website does it automatically: http://spriteme.org/. Also see this Stack Overflow question: Tools to make CSS sprites?

0

精彩评论

暂无评论...
验证码 换一张
取 消