Skip to content

Releases: Markavian/tile-merger

Tile Merger 1.1.0

03 Nov 21:19
Compare
Choose a tag to compare
  • Merged XtheOne's Numeric Sorting branch
  • Created Key files F1.png through to F16.png
  • Example Key files F1 to F16 now are ordered correctly:
    • F1 -> F9, F10, F11, instead of F1, F10, F11, F2 -> F9

image

Previous issue using 1.0.0 version of Tile Merger:

  • 1s come before 2, 3, 4, etc.

image

Applied new Numeric Sorter code from XtheOne, ordering is now correct:

  • Files are correctly arranged by number using the left to right arrangement:

image

  • Files are correctly arranged by number using the top to bottom arrangement:

image

Tile Merger 1.0.0

10 Jul 21:30
Compare
Choose a tag to compare
  • Added command line arguments
  • Fully migrated to Github
  • Fixed bug with tiling direction to work as intended

2023-07-10 Tile Merger preview 1 0 0

Tile Merger 1.0
Supported arguments:

--src="<path>"            Source folder to find files in; also used as base directory to find relative imgs
--imgs="f1.png,f2.png"    Comma separated list of files, works in tandem with src; file list will still be filtered
--dest="<path>"           Destination file path to output to, defaults to ./ TiledImages_x{ cols}_{ td | lr}.png
--filter="string"         Filter string, inclusive match
--cols=6                  Number of columns before wrapping
--td=lr|tb                Tiling Direction - left-right (lr) or (top-bottom) (tb)
--help                    Show help and version info

See https://github.com/Markavian/tile-merger for example commands, sample outputs, and sample tileable images.

Release c1

15 Jun 18:59
Compare
Choose a tag to compare

The last known good release.

Added tiling direction:

  • Left to right - along rows, and then down
  • Top to bottom - down columns, and then right

2011-11-29 Tile Merger preview c1

Version history

Release c1

  • Added Tiling Direction - Left to Right (Original Mode), Top to Bottom (New)
  • Switch between (Number of Columns) and (Number of Rows)

Release b1

15 Jun 18:54
Compare
Choose a tag to compare

Last known good release, from a world before I knew how to source control.

Mergers a folder full of tile based images into a single images, based on a supplied filter.

2008-08-04 Tile Merger preview b1

Version history

Release b1

  • Added filter text box
  • Added a tooltips to number of columns and filter boxes
  • Asks for file target if Not set
  • Added process label to display number of files processed
  • Fixed series of crashing bugs
  • Filters out non-image files when processed

Release a1

Initial release

Supports:

  • Source folder
  • Target file
  • Number of columns
  • Remember settings