本文介绍了如何使用 ImageMagick 将图标连接成单个图像?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想在网站上使用
I want to use CSS sprites on a web site instead of separate image files, for a large collection of small icons that are all the same size. How can I concatenate (tile) them into one big image using ImageMagick?
解决方案
From the page you linked, 'montage' is the tool you want. It'll take a bunch of images and concatenate/tile them into a single output. Here's an example image I've made before using the tool:
这篇关于如何使用 ImageMagick 将图标连接成单个图像?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!