Reputation: 2396
What is an efficient way (in terms of memory and cpu) to convert an ArrayList<boolean[]>
or a boolean[][]
into a Bitmap
?
Does this way change if we know that the Bitmap
must be modified or appended later?
Upvotes: 0
Views: 302