important commit

This commit is contained in:
Patrice Matz 2018-12-30 17:31:32 +01:00
parent e246b8a6a3
commit ced1a07cc4
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# mosaik
A tool to create mosaiks from jpgs, by splitting a given image in x*y chunks and replacing those chunks with the closest match from a number of replacement images.
Has a GUI, if you like that sort of thing...
Has a GUI, if you like that sort of thing..
Originl | Mosaik

View File

@ -72,7 +72,7 @@
</HBox>
</bottom>
<left>
<ImageView id="image1" fitHeight="400.0" fitWidth="400.0" pickOnBounds="true" preserveRatio="true" BorderPane.alignment="CENTER" />
<ImageView id="image1" fitHeight="400.1" fitWidth="400.0" pickOnBounds="true" preserveRatio="true" BorderPane.alignment="CENTER" />
</left>
<right>
<ImageView id="image2" fitHeight="400.0" fitWidth="400.0" pickOnBounds="true" preserveRatio="true" BorderPane.alignment="CENTER" />