Skip to content

V0.10.0b4 - 2020-06-30

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 02:03
· 21 commits to develop since this release
961c22b

0.10.0b4 - 2020-06-30

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)