V0.10.0b7 - 2020-07-10
Pre-release
Pre-release
github-actions
released this
10 Jul 02:03
·
16 commits
to develop
since this release
0.10.0b7 - 2020-07-10
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)Moved
arlunio.pattern.Grid
,arlunio.pattern.Map
andarlunio.pattern.Pixelize
intoarlunio.mask
. AlsoGrid
has beenrenamed toRepeat
. (#249)