allowHardware

fun allowHardware(enable: Boolean): ImageLoader.Builder

Allow the use of Bitmap.Config.HARDWARE.

If false, any use of Bitmap.Config.HARDWARE will be treated as Bitmap.Config.ARGB_8888.

NOTE: Setting this to false this will reduce performance on API 26 and above. Only disable if necessary.

Default: true