File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ === Readme - Magic Eye Generator v1.0 ===
2+
3+ == By:
4+ msg (msg-programs)
5+
6+ == What:
7+ A program to generate autostereograms aka magic eye images from two images.
8+
9+ == Needed:
10+ Currently only tested with JDK 13
11+
12+ == Usage:
13+ 1 . Select "texture", the repeatng pattern as seen normally. Preferrably a tileable image
14+ 2 . Select "depth map", the image to appear. Generated image will be the size of this image.
15+ 3 . Enter scale of texture as float. Bigger number = smaller scale, since downscaling is more often used.
16+ Texture should be repeated a good numebr of times.
17+ 4 . Enter displacement as int. Bigger number = more displacement, causing the depth effect to be more intense.
18+ In practise, numbers between 10 and 40 are best to use. "Smearing" occurs when displacement is too big, breaking the illusion.
19+ 5 . Enter contrast modifier. Bigger number = more contrast. Makes depth differences more extreme.
20+ Values too big may cause staggering and delete detail in very bright/dark areas.
21+ 6 . Check box if your depth map uses white as far and black as near, as the program assumes this to be the other way around.
22+ 7 . Click render to update display.
23+ 8 . Adjust values until image can be seen and recognised clearly.
24+ 9 . Save image using the button. Image will be saved as a number in the same directory as the jar.
25+
26+
27+ == Generated files:
28+ Image will be saved as a number in the same directory as the jar.
You can’t perform that action at this time.
0 commit comments