Ejemplo n.º 1
0
 public void Setup()
 {
     matrix    = SourceImage.GetBWMatrixFromPicture("1579480335.png");
     config    = new BasicConfiguration();
     fakelayer = new Layer(config, width * heigth);
 }