Algorithmix.UnitTest.StitcherTest.StitcherArtificialTest C# (CSharp) Method

StitcherArtificialTest() private method

private StitcherArtificialTest ( ) : void
return void
        public void StitcherArtificialTest()
        {
            var shreds = Shred.Factory("image", Path.Combine(Drive.GetDriveRoot(), Dir.ArtificialTestDirectory, Dir.ArtificialHttpDocument), false);
            var bitmap = Stitcher.Merge(shreds);
            bitmap.Save("StitcherArtificialTest.png", ImageFormat.Png);
        }