Rolling v10.6.1

This commit is contained in:
jomjol
2022-07-24 18:53:25 +02:00
parent 189093d548
commit 0e7c600cf7
209 changed files with 1791 additions and 12917 deletions

View File

@@ -270,12 +270,12 @@ textarea {
<td>
<select id="Alignment_AlignmentAlgo_value1">
<option value="default" selected>Default</option>
<option value="highAccurity" >HighAccurity</option>
<option value="highAccuracy" >HighAccuracy</option>
<option value="fast" >Fast</option>
</select>
</td>
<td style="font-size: 80%;">
"Default" = use only R-Channel, "HighAccurity" = use all Channels (RGB, 3x slower), <br> "Fast" (First time RGB, then only check if image is shifted)
"Default" = use only R-Channel, "HighAccuracy" = use all Channels (RGB, 3x slower), <br> "Fast" (First time RGB, then only check if image is shifted)
</td>
</tr>

View File

@@ -38,7 +38,7 @@ table {
<table>
<tr>
<td><input class="button" type="button" value="Show Actual Reference" onclick="showReference()"></td>
<td><input class="button" type="button" value="Show Actual Reference" onclick="showReference(param)"></td>
<td><input class="button" type="button" value="Create New Reference" onclick="loadRawImage()"></td>
<td><input class="button" type="submit" id="take" onclick="doTake()" value="Take Image"></td>
</tr>
@@ -252,7 +252,7 @@ table {
SaveConfigToServer(basepath);
SaveCanvasToImage(canvas, "/config/reference.jpg", true, basepath);
showReference();
showReference(param);
UpdatePage();
alert("Reference is updated!");
}

View File

@@ -1 +1 @@
14.2.1
14.2.2