ArithmeticException in TextureUtils
kierajreed opened this issue ยท 2 comments
This crash happens if a texture is processed where no pixel has an alpha value greater than or equal to 128. This causes count
to never be incremented, causing division by zero later in the method.
Fixed as mentioned in #345.