DougLau/footile

Store pixels using premultiplied alpha in Raster

Closed this issue · 1 comments

This matches Cairo, Skia and most other graphics libraries. It also allows for much better performance because we avoid the division on each blend.

Makes sense -- working on a patch to divide the alpha when write_png is called.