You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, from the source code it seems that when the DrawView size is changed the image bitmap is resized. I think it's possible to directly draw the original scaled bitmap on Canvas like you did in resizeBitmap
canvas.drawBitmap(bitmap, transformation, paint);
Is there any reason to create another bitmap from the original one for resizing?
The text was updated successfully, but these errors were encountered:
Hi, from the source code it seems that when the DrawView size is changed the image bitmap is resized. I think it's possible to directly draw the original scaled bitmap on Canvas like you did in resizeBitmap
canvas.drawBitmap(bitmap, transformation, paint);
Is there any reason to create another bitmap from the original one for resizing?
The text was updated successfully, but these errors were encountered: