Neural-Tile icon indicating copy to clipboard operation
Neural-Tile copied to clipboard

Add some example pictures

Open NightMachinery opened this issue 7 years ago • 4 comments

NightMachinery avatar Jun 18 '18 20:06 NightMachinery

It would be nice to see some tiling pictures.

spot92 avatar Nov 18 '19 18:11 spot92

I have some old pictures of what these scripts do, but they aren't really anything crazy. The main issue is getting the amount of overlap just right, and finetuning the style transfer settings to minimize the "drift" away from other tiles, so that they can be blended seamlessly back together.

Here's a previously stylized image:

And here's the same image after all those tiles have been stylized:

I connected the tiles with ImageMagick, so that it was easy to see where the tiles where. The actual script puts the overlapping parts back on top of each other leaving no white space in between them

ProGamerGov avatar Nov 19 '19 01:11 ProGamerGov

I'll need to look into ImageMagick to see how it works and if I can get it to run. Thanks for the pictures!

spot92 avatar Nov 19 '19 02:11 spot92

ImageMagick is actually what the tiling scripts use. It's am image editor like Photoshop or GIMP, but you can use it only via the command line/terminal and don't have to use a GUI:

https://en.wikipedia.org/wiki/ImageMagick, https://imagemagick.org/index.php

ProGamerGov avatar Nov 19 '19 02:11 ProGamerGov