V0.10.0b3 - 2020-06-27
Pre-release
Pre-release
github-actions
released this
27 Jun 02:03
·
23 commits
to develop
since this release
0.10.0b3 - 2020-06-27
Standard Library
Add new definition
arlunio.shape.Triangle
, also addnewarlunio.math.Barycentric
definition which serves as the Triangle's base. (#187)Add
arlunio.image.load
andarlunio.image.decode
functions tomirror the existing save and encode functions.Update
arlunio.image.Image
to now be a class in its own right, wrappinga Pillow image object to add additional functionalityMake the
arlunio.image.fill
andarlunio.image.colorramp
functionsreturn RGBA images to make image composition easier. (#247)