I am using Glide to get an image as a byte array as such
Glide.with(context) .as(byte[].class) .load(url) .submit() .get();
and i