Exemplo n.º 1
0
        public override void SaveTo(string filename, ImageFileFormat format)
        {
            PixelBuffer buffer = ReadPixels(PixelFormat.Any);

            buffer.SaveTo(filename, format);
        }