Jump to content

Bitmap/Flood fill: Difference between revisions

m
Line 279:
*
* This is an implementation of the recursive algorithm. For the sake of
* simplicity, instead of reading files inas JPEG, PNG, etc., the program
* read and write Portable Bit Map (PBM) files in plain text format.
* Portable Bit Map files can also be read and written with GNU GIMP.
Line 291:
* Note: In order for a program to work properly it is necessary to allocate
* enough memory for the program stack. For example, in Microsoft Visual Studio,
* the option / stack option: 134217728 declares a 128MB stack instead of the default
* size of 1MB.
*/
Cookies help us deliver our services. By using our services, you agree to our use of cookies.