fixed review findings

This commit is contained in:
CaCO3
2024-02-12 21:58:45 +01:00
committed by CaCO3
parent f8b4881a50
commit 71322c9fbe
4 changed files with 10 additions and 7 deletions

View File

@@ -7,4 +7,5 @@ Default Value: `0`
!!! Note
This parameter can also be set on the Reference Image configuration.
Exposure compensation. Lower values produce darker image. Range (`-2` .. `2`)
Exposure compensation. Lower values produce darker image.
Range (`-2` .. `2`)

View File

@@ -7,4 +7,6 @@ Default Value: `0`
!!! Note
This parameter can also be set on the Reference Image configuration.
Changes the sharpness of the image. Set to -4 for auto-sharpness. Range (`-4` .. `3`)
Changes the sharpness of the image. Set to `-4` for auto-sharpness.
Range (`-4` .. `3`)

View File

@@ -318,7 +318,7 @@
<class id="TakeImage_Sharpness_text" style="color:black;">Sharpness</class>
</td>
<td>
<input required type="number" id="TakeImage_Sharpness_value1" size="13" min="-2" max="2"
<input required type="number" id="TakeImage_Sharpness_value1" size="13" min="-4" max="3"
oninput="(!validity.rangeUnderflow||(value=-4)) && (!validity.rangeOverflow||(value=3)) &&
(!validity.stepMismatch||(value=parseInt(this.value)));">
</td>

View File

@@ -205,12 +205,12 @@
</tr>
<tr>
<td>
<label for="flip" id="labelflip">Flip image size:</label></td>
<label for="flip" id="labelflip">Flip image size: <b>*)</b></label></td>
<td>
<input type="checkbox" id="flip" name="flip" value="1" onchange="drawRotated()"></td>
<td>$TOOLTIP_Alignment_FlipImageSize</td>
<td>
<class id="TakeImage_Brightness_text" style="color:black;">Brightness:</class>
<class id="TakeImage_Brightness_text" style="color:black;">Brightness: <b>*)</b></class>
</td>
<td>
<input style="clear: both; width: 80%;vertical-align:middle" type="range" id="TakeImage_Brightness_value1" size="13" value=0 min="-2" max="2" oninput="this.nextElementSibling.value = this.value">
@@ -227,7 +227,7 @@
</td>
<td>$TOOLTIP_Alignment_InitialRotate</td>
<td>
<class id="TakeImage_Contrast_text" style="color:black;">Contrast:</class>
<class id="TakeImage_Contrast_text" style="color:black;">Contrast: <b>*)</b></class>
</td>
<td>
<input style="clear: both; width: 80%;vertical-align:middle" type="range" id="TakeImage_Contrast_value1" size="13" value=0 min="-2" max="2" oninput="this.nextElementSibling.value = this.value">
@@ -244,7 +244,7 @@
</td>
<td></td>
<td>
<class id="TakeImage_Saturation_text" style="color:black;">Saturation:</class>
<class id="TakeImage_Saturation_text" style="color:black;">Saturation: <b>*)</b></class>
</td>
<td>
<input style="clear: both; width: 80%;vertical-align:middle" type="range" id="TakeImage_Saturation_value1" size="13" value=0 min="-2" max="2" oninput="this.nextElementSibling.value = this.value">