[Test]
        public void Test_image_flip_vertical()
        {
            Image img = new Bitmap(100, 100);
            try