|
@@ -256,6 +256,7 @@ namespace OTSSysMgrApp
|
|
|
bitmap = ImageDispose.ToGrayBitmap(ImageByte, width, height);
|
|
|
pbImage.Image = bitmap;
|
|
|
btnSaveImage.Enabled = true;
|
|
|
+ log.Info("Image capture success!\nImage resolution:" + tbRWidth.Text + "X" + tbRHeight.Text + ";");
|
|
|
}
|
|
|
else
|
|
|
{
|
|
@@ -266,7 +267,7 @@ namespace OTSSysMgrApp
|
|
|
{
|
|
|
MessageBox.Show(str2, "Tip");
|
|
|
}
|
|
|
- log.Info("Image capture success!\nImage resolution:"+ tbRWidth.Text+"X"+ tbRHeight.Text+";");
|
|
|
+
|
|
|
}
|
|
|
catch (Exception ex)
|
|
|
{
|