Esempio n. 1
0
 private void CreateSmallExpandedBW(Bitmap smallForm)
 {
     smallBWForm = BitmapUtils.MakeBlackAndWhite(smallForm, BWThreshold);
     smallBWForm = BitmapUtils.ExpandWhite(smallBWForm);
 }