gaunthan's blog
My soul and the distance between so far, but my existence has so real.
Home
Archives
Tags
Projects
自动拼图(同尺寸图片)
? Tool ?
? Python ?
> 将多张尺寸相同的图片拼接成一张大图。 > - 自动决定行数和列数,可以使用 --ncol 选项指定列数。 > - 最后一行如果缺图,会使用全白图片填补。 ## Usage ```sh $ ../concat.py images --out='overview.png' --ncol=4 ``` ```sh $ ./concat.py -h usage: concat.py [-h]
More »