Talk:Boundary fill
From Wikipedia, the free encyclopedia
I had tried to implement this algorithm in the C language. And found that it will work only for the small area of the image.
Whenever I increse the area for this algorithm the memory-overflow error comes and the program terminates.
But, it will work well when I am calling the inbuilt function in the <graphics.h> header file.
So, can anybody tell me . . . the solution for this problem.