29 using System.Drawing.Imaging;
31 using OpenSim.Region.Framework.Interfaces;
50 Bitmap colours = CreateGrayscaleBitmapFromMap(map);
52 colours.Save(filename, ImageFormat.Bmp);
62 Bitmap colours = CreateGrayscaleBitmapFromMap(map);
64 colours.Save(stream, ImageFormat.Png);
71 public override string ToString()
77 public override bool SupportsTileSave()
Interactive OpenSim region server
A virtual class designed to have methods overloaded, this class provides an interface for a generic i...