I think it would be great if bitmap has an extension for checking if the bitmap is empty or not based on the byte count. ``` if (bitmap.isEmpty()){ // Did not read bitmap correctly. } ```
I think it would be great if bitmap has an extension for checking if the bitmap is empty or not based on the byte count.