bluegod / scanlinefill

Scanline-fill algorithm in Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scanline-fill Ruby

Scanline-fill is a flood fill method to fill an area of pixels updating one colour to another. This is one of the fastest methods and 1 order of magnitude faster than the per-pixel scan.

License

GPLv2

About

Scanline-fill algorithm in Ruby

License:GNU General Public License v2.0


Languages

Language:Ruby 100.0%