Talk:Bitmap/Flood fill

From Rosetta Code
Revision as of 01:26, 26 November 2009 by rosettacode>Tinku99 (multidimensional flood fill request)

What about ppm image? Since we already have read ppm file task. --Dmitry-kazakov 15:13, 18 February 2009 (UTC)

Ops, yes, I've used Read image file through a pipe, which has just 1 C implementation (mine:D). Now I am leaving, but tonight I will upload the ppm converted image, if no one else already did that. --ShinTakezou 17:51, 18 February 2009 (UTC)
Back to my steps: I can't upload PPM files; tried cheating with a different ext, but it says "corrupted"... so... it is up to you to convert the jpg into PPM if you need it... ;) --ShinTakezou 22:27, 18 February 2009 (UTC)
In case someone can't convert it, you can download a 50% smaller PPM version here (until the site will be up :D)--ShinTakezou 00:59, 19 February 2009 (UTC)

How about a 3d flood fill?
the scipy subpackage ndimage has a multidimensional implementation for reference --tinku99Tinku99 01:26, 26 November 2009 (UTC)