C# (CSharp) LibNoise.Writer Namespace

Classes

Name Description
AbstractWriter Abstract base class for all writer classes
BMPWriter Windows bitmap image writer class. This class creates a file in Windows bitmap (*.bmp) format given the contents of an image object. Writing the image To write the image to a file, perform the following steps: - Pass the filename to the Filename property. - Pass an Image object to the Image property. - Call the WriteFile(). TODO convert BMPWriter to an extensible writing strategy based on image format (bmp, png, jpg, ...)
Heightmap32RawWriter Heightmap writer class, raw format.
Heightmap8RawWriter Heightmap writer class, raw format.