View Source Changelog
image-0-2-0
Image 0.2.0
This is the changelog for Image version 0.2.0 released on May 18th, 2022. For older changelogs please consult the release tag on GitHub
enhancements
Enhancements
Adds
Image.Text
to support generating an image from a string. SeeImage.Text.text/2
.Adds
Image.Shape
to support generating images from shapes. In this release there is a generalised support for polygons and stars. SeeImage.Shape.polygon/2
andImage.Shape.star/2
.Improves
Image.compose/3
to support composing with image lists, relative image placement and more.
image-0-1-0
Image 0.1.0
This is the changelog for Image version 0.1.0 released on May 4th, 2022. For older changelogs please consult the release tag on GitHub
enhancements-1
Enhancements
- Initial release