File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed
Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 1- === Readme - Magic Eye Generator v1.0 ===
1+ # === Readme - Magic Eye Generator v1.0 ===
22
3- == By:
3+ ## == By:
44msg (msg-programs)
55
6- == What:
6+ ## == What:
77A program to generate autostereograms aka magic eye images from two images.
88
9- == Needed:
10- Currently only tested with JDK 13
9+ ##== Needed:
10+ Java >=8
11+ Tested with Java 8 as shipped with the current Minecraft Launcher and JDK 13.
1112
12- == Usage:
13+ ## == Usage:
13141 . Select "texture", the repeatng pattern as seen normally. Preferrably a tileable image
14152 . Select "depth map", the image to appear. Generated image will be the size of this image.
15163 . Enter scale of texture as float. Bigger number = smaller scale, since downscaling is more often used.
@@ -23,6 +24,9 @@ Currently only tested with JDK 13
23248 . Adjust values until image can be seen and recognised clearly.
24259 . Save image using the button. Image will be saved as a number in the same directory as the jar.
2526
27+ ##== Generated files:
28+ Image will be saved as with a number as the name in the same directory as the jar.
2629
27- == Generated files:
28- Image will be saved as a number in the same directory as the jar.
30+ ##== Final notes:
31+ On Java 8, UI might be small on hi-res displays.
32+ Display frame close button is disabled, close program using the button on the settings panel frame.
You can’t perform that action at this time.
0 commit comments