Skip to content

Image version 0.42.0

Choose a tag to compare

@kipcole9 kipcole9 released this 23 Jan 07:23
· 425 commits to main since this release

Deprecations

  • Image.interpretation/0 deprecated in favour of Image.colorspace/0. This is more orthogonal to the Image.to_colorspace/2 call and more in line with common image lexicons.

  • Image.convert_to_mask/1 is deprecated in favour of Image.covert_alpha_to_mask/1 which is more descriptive of the functions purpose.

  • Image.type/1 is deprecated in favour of Image.band_format/1. This function name expresses clearer intent.

Bug Fixes

  • Fix :rbg colorspace to be the correct name of :rgb.

Enhancements

  • Documentation updates for Image.dilate/2 and Image.erode/2.

  • Add Image.cast!/2 to mirror Image.cast/2.

  • Add Image.invert/1 and Image.invert!/2 to invert an image.

  • Add livebook tutorial for edge masking. Run in Livebook