allowRgb565
Allow automatically using Bitmap.Config.RGB_565 when an image is guaranteed to not have alpha.
This will reduce the visual quality of the image, but will also reduce memory usage.
Prefer only enabling this for low memory and resource constrained devices.