Using imagemagick I am trying to create a similar image like this tile pattern: OUTPÙT
From this image: SOURCE
I can do simple tile by using:
convert table.png -write mpr:tile +delete -size 3000x3000 tile:mpr:tile table.jpg
However, is there any way to achieve the above result using imagemagick