·
11 commits
to develop
since this release
0.10.0 - 2020-07-10
Standard Library
Add new definition
arlunio.shape.Triangle, also addnewarlunio.math.Barycentricdefinition which serves as the Triangle's base. (#187)Add
arlunio.image.loadandarlunio.image.decodefunctions tomirror the existing save and encode functions.Update
arlunio.image.Imageto now be a class in its own right, wrappinga Pillow image object to add additional functionalityMake the
arlunio.image.fillandarlunio.image.colorrampfunctionsreturn RGBA images to make image composition easier. (#247)Moved
arlunio.pattern.Grid,arlunio.pattern.Mapandarlunio.pattern.Pixelizeintoarlunio.mask. AlsoGridhas beenrenamed toRepeat. (#249)