개정판 35b00484
issue #000:debug line 주석처리
Change-Id: Ife31c14f91550a35811821cf62de2575b32490f2
KCOM/Controls/DecodeImage.cs | ||
---|---|---|
101 | 101 |
owner.ViewSource = tb; |
102 | 102 |
|
103 | 103 |
#region 진하게 하는 부분은 해제 김태성 2019.07.10 |
104 |
|
|
104 |
|
|
105 | 105 |
/* |
106 | 106 |
byte[] pixels = ImageSourceHelper.CopyPixels(tb); |
107 | 107 |
|
... | ... | |
125 | 125 |
{ |
126 | 126 |
owner.ViewSource = tb; |
127 | 127 |
} |
128 |
System.Diagnostics.Debug.WriteLine($"TranFormImage Height : {tb.Height} Scale : {value} brightness : {brightness}"); |
|
128 | 129 |
*/ |
129 | 130 |
#endregion |
130 | 131 |
|
131 | 132 |
owner.scaleImages.Add(new ScaleImage { Scale = value, source = owner.ViewSource }); |
132 | 133 |
|
133 |
System.Diagnostics.Debug.WriteLine($"TranFormImage Height : {tb.Height} Scale : {value} brightness : {brightness}"); |
|
134 |
|
|
134 | 135 |
|
135 | 136 |
} |
136 | 137 |
}); |
내보내기 Unified diff