Lazy Brush

EDIT : Splitted from Mischief Software topic.

Their technology is quite amazing. I was impressed by the performance of the infinite canvas.

One software that really impressed me lately (for animation) is a specialized bucket tool pretty much. It’s called lazy brush
http://lazy-brush.com/
Whats great about it is that it is using a new type of algorithm to figure out how to fill lineart. Their approach takes care of all the laborious tasks when dealing with a standard bucket tool.
The author posted the paper with the algorithm publicly
http://dcgi.felk.cvut.cz/home/sykorad/lazybrush.html

Some gmic developers saw it and made an implementation called comics colorize
http://www.flickr.com/groups/gmic/discuss/72157634088143230/

then Krita devs also noticed that and decided to implement support for gmic
http://timotheegiet.com/blog/comics/gmic-colorize-comics-working-in-krita.html

The gmic script is nice to have, but it’s still behind the original implementation, missing the ability to do “erase/corrective patches”

Also the original has some nice features specifically designed for dealing with colouring a sequence of images

Seems quite nice !

it fits pretty nicely with pencil’s original design document - the contour fill tool (in bitmap mode)
4.1.3
http://www.pencil2d.org/2010/06/the-vision-for-pencil-by-pascal-naidon/

The algorithm is out there, it has been implemented once by the original author, once as an open source gmic filther by a gmic dev. :slight_smile:

There was some interest in getting it in mypaint, but the active developers don’t have the time.
This is not to say that I think such a tool is a priority to have in pencil. It would certainly give pencil an edge for colouring image sequences.

The research paper is quite interesting