Altaf
Altaf

Reputation: 5170

Android magnifier


I developing an android where I am desperate need of magnifier,My scenario is I have rotating bitmap on canvas and I need magnifier on top that.(i-e when the bitmap rotates we need to magnify the certain area)

Regards
Altaf

Upvotes: 0

Views: 924

Answers (1)

a54studio
a54studio

Reputation: 975

I am not sure, but I think you could use matrix and createbitmap. The idea is basically going to capture a rectangle area from the screen/bitmap, write it as a new one, and then draw the bitmap in a rectangle to blow it up.
This might help. Android: Bitmap from oversized view

Upvotes: 1

Related Questions