- config
- The desired config for the resulting bitmap
- isMutable
- True if the resulting bitmap should be mutable (i.e. its pixels can be modified)
Documentation for this section has not yet been entered.
Tries to make a new bitmap based on the dimensions of this bitmap, setting the new bitmap's config to the one specified, and then copying this bitmap's pixels into the new bitmap. If the conversion is not supported, or the allocator fails, then this returns NULL. The returned bitmap initially has the same density as the original.