Skip to content

V0.10.0b6 - 2020-07-09

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jul 02:03
· 18 commits to develop since this release
7d4a62c

0.10.0b6 - 2020-07-09

Standard Library

  • Add new definition arlunio.shape.Triangle, also addnew arlunio.math.Barycentric definition which serves as the Triangle's base. (#187)

  • Add arlunio.image.load and arlunio.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 functionality

    Make the arlunio.image.fill and arlunio.image.colorramp functionsreturn RGBA images to make image composition easier. (#247)

  • Moved arlunio.pattern.Grid, arlunio.pattern.Map andarlunio.pattern.Pixelize into arlunio.mask. Also Grid has beenrenamed to Repeat. (#249)