You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tile merger is a GUI application that takes a folder full of image files and mergers them into a single tiled image. Use the columns field to set the number of tiles per row. The image size is automatically calculated based on the source images. Images are sorted by their filename. I suggest using a numeric prefix naming scheme such as "001 tree.png", "002 table.png", "003 chair.png" etc. in order to predictably position images.
7
7
8
8
Version history:
9
9
10
-
Release c1
10
+
Release 1.0
11
+
o Added command line arguments
12
+
o Fully migrated to Github: https://github.com/Markavian/tile-merger
13
+
o Fixed bug with tiling direction to work as intended
14
+
15
+
Tile Merger 1.0
16
+
Supported arguments:
17
+
18
+
--src="<path>" Source folder to find files in; also used as base directory to find relative imgs
19
+
--imgs="f1.png,f2.png" Comma separated list of files, works in tandem with src; file list will still be filtered
20
+
--dest="<path>" Destination file path to output to, defaults to ./ TiledImages_x{ cols}_{ td | lr}.png
21
+
--filter="string" Filter string, inclusive match
22
+
--cols=6 Number of columns before wrapping
23
+
--td=lr|tb Tiling Direction - left-right (lr) or (top-bottom) (tb)
0 commit comments