canvas.drawBitmap(blackAndWhiteBitmap, 0f, 0f, paint) return blackAndWhiteBitmap } private fun getBlue(img: Bitmap, x: Int, y: Int): Int = img.getPixel(x, y) and 0xff // From http://stackoverflow.com/questions/4240490/problems-with-dct-and-idct-algorithm-in-java private fun ...
fixed animated WebP decoding issue, including canvas size, the support for dispose method and the duration per frame #1952 (replaces #1694) fixes #1951Docs#1778 #1779 #1788 #1799 b1c3bb7 (replaces #1806) 0df32ea #1847 5eb83c3 (replaces #1828) #1946 #1966 4.0...