Skip Menu |

This queue is for tickets about the Imager CPAN distribution.

Report information
The Basics
Id: 19618
Status: resolved
Priority: 0/
Queue: Imager

People
Owner: TONYC [...] cpan.org
Requestors: tony [...] develop-help.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.51
Fixed in: 0.52



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).
implemented in the current development tree.
fixed in Imager 0.52