mirror of https://github.com/Askill/mosaik.git
important commit
This commit is contained in:
parent
e246b8a6a3
commit
ced1a07cc4
|
|
@ -1,7 +1,7 @@
|
||||||
# mosaik
|
# 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.
|
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
|
Originl | Mosaik
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,7 @@
|
||||||
</HBox>
|
</HBox>
|
||||||
</bottom>
|
</bottom>
|
||||||
<left>
|
<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>
|
</left>
|
||||||
<right>
|
<right>
|
||||||
<ImageView id="image2" fitHeight="400.0" fitWidth="400.0" pickOnBounds="true" preserveRatio="true" BorderPane.alignment="CENTER" />
|
<ImageView id="image2" fitHeight="400.0" fitWidth="400.0" pickOnBounds="true" preserveRatio="true" BorderPane.alignment="CENTER" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue