--- mstools/samples/mandel/readme.txt 2018/08/09 18:21:39 1.1.1.1 +++ mstools/samples/mandel/readme.txt 2018/08/09 18:23:42 1.1.1.2 @@ -22,6 +22,12 @@ The Mandelbrot Dream provides the follow Boundary tracing and creating a clip region out of it for creating special effect Enumerate printers for printing + Load RLE (or convert .bmp files to RLE) for playing in viewer + Save the RLE in memory to disk. + + + Note: The sample also makes use of the LARGE_INTEGER library + shipped with the SDK for its fixed point math. Drawing the Mandelbrot Set and the Corresponding Julia Set @@ -143,4 +149,24 @@ Enumerate printers for printing Then selecting the printer on the Print menu will print the picture in the active MDI window. +Load RLE (or convert .bmp files to RLE) for playing in viewer + Choose the Viewer item from the Create menu to create a + viewer window or bring any existing viewer window to the top. + Select Load Bitmap(s) from the File menu for loading RLE or + bmp files into the memory from disk. + Select the Play or Play Continuously item from the Options + menu for viewing. + + For demonstration of what this functionality can do. + Load the .\rsc\julia.rle file and select Play Continuously. + The Julia.rle is a collections of the various julia sets + along the boundary of escaping and non-escaping points of + the Mandelbrot Set. + +Save the RLE in memory to disk. + + Choose the Viewer item from the Create menu to create a + viewer window or bring any existing viewer window to the top. + Select Save Bitmap(s) from the File menu for saving the RLE(s) + from memory to disk.