You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.