Wed May 31 10:10:10 2006tony [...] develop-help.com - Ticket created
Subject:
provide a flood_fill() variant similar to GD's fillToBorder()
Date:
Thu, 1 Jun 2006 00:09:11 +1000
To:
bug-Imager [...] rt.cpan.org
From:
Tony Cook <tony [...] develop-help.com>
flood_fill() fills all pixels connected to the start pixel that have
the same color.
fillToBorder() fills all pixels connected to the start pixel that
aren't a specified border color.
It should be possible to adapt the existing flood_fill() code to
handle both (or copy to make a border specified version).