Skip to content

V0.10.0 - 2020-07-10

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jul 22:42
· 11 commits to develop since this release
cd09b97

0.10.0 - 2020-07-10

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)