Android Question How can i copy and paste multiple regions from a jpeg

stp

Member
Licensed User
Longtime User
How can i copy and paste multiple regions from a jpeg, without reopen the source bitmap..
jpeg lib does not do this, because i have to reopen the source jpeg.
So i takes more than 2-3 sec to copy 15 regions and paste them!!!!!!!!!!!
 

stp

Member
Licensed User
Longtime User
Yes but i want to copy multiple bitmaps on panels not on canvas..
Another solution would be to keep the croped image as a bitmap eg.
dim pic1 as bitmap
.....
pic1= ......DrawBitmap(Bitmap1,SrcRect,DestRect)
 
Upvote 0
Top