#bitmap

[ follow ]
Python
fromMathspp
1 day ago

Floodfill algorithm in Python

Flood fill fills a connected region of matching pixels from a seed coordinate using a frontier (queue/deque), marking seen pixels and coloring each visited pixel.
[ Load more ]