The library can currently decode greyscale and RGB images (8, 16 or 32 bits). It supports LZW compression and images with an additional alpha channel.
Fix issue where an exception was not always thrown while it should (#809) Solve an issue where an empty container with an iterable cast won't be cast (#810) Fix Parsing of Optional Types Annotations ...