Skip to content

patch 0.0.6

Latest
Compare
Choose a tag to compare
@mateczentye mateczentye released this 19 Dec 23:47

Montager creates a mosaic figure of the input files in order of which they have been passed in the array.

Passed array:
[[ '1.jpeg', '2.jpeg', '2.jpeg'],
['1.jpeg', '3.jpeg', '4.jpeg'],
['5.jpeg', '3.jpeg', '4.jpeg'],
['5.jpeg', '3.jpeg', '4.jpeg']]

Resulting montage:

##################
#------#-------- 2------#
#-- 1--#############
######--------#-------#
#------#---3---#---4---#
#-- 5--#--------#-------#
##################