Can anybody have any idea about how to get a small bitmap image from a big bitmap which is the combination of many bitmaps.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Create a small bitmap.
Create a canvas using that bitmap.
Paste a Rect from the original bitmap to the new one.
Yes, this is annoying; no, you can’t skip the pointless canvas step, that’s how it works here.