This PR combines duplicated code for the same color pixels consequence, does Transform type value calculation only if transformValue & 0x40 is true and adds a TODO to decode (by checking one bit: transformValue & 0x80) and store the shining contour data which is used in some images, in example:
Using this contour data should help us close #3319
This PR combines duplicated code for the same color pixels consequence, does Transform type value calculation only if
transformValue & 0x40
is true and adds a TODO to decode (by checking one bit:transformValue & 0x80
) and store the shining contour data which is used in some images, in example:Using this contour data should help us close #3319