multiSnow / mcomix3

End of Fork
Other
97 stars 39 forks source link

Fix crashing when get_bg_color only returns rgb #166

Closed brunoais closed 2 years ago

brunoais commented 2 years ago

When it returns rgb, the a is missing for unpacking which can cause a crash. This makes the a (alpha) optional.

fixes #139