Skip to content

Commit 33a488f

Browse files
committed
Updated formatting
1 parent 5e0c0f0 commit 33a488f

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
=== Readme - Magic Eye Generator v1.0 ===
1+
#=== Readme - Magic Eye Generator v1.0 ===
22

3-
== By:
3+
##== By:
44
msg (msg-programs)
55

6-
== What:
6+
##== What:
77
A 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:
1314
1. Select "texture", the repeatng pattern as seen normally. Preferrably a tileable image
1415
2. Select "depth map", the image to appear. Generated image will be the size of this image.
1516
3. 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
2324
8. Adjust values until image can be seen and recognised clearly.
2425
9. 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.

0 commit comments

Comments
 (0)