how to apply matrix on a different size bitmap
i have 2 image views , the first imageview have bitmap with 600 px size
second image view have 1024 px bitmap , and i am scaling rotating and
moving first image view with matrix , once the user hit a button second
image view should have the same size scale and rotation, but because the
second imageview have a bigger bitmap i cannot just use
imageview2.setimagematrix(ImageView1Matrix)
it gives different results, is there anyway i can apply same
operations(resize,rotate , translate) on the second imageview frim the
first image view matrix?
No comments:
Post a Comment