markers icon indicating copy to clipboard operation
markers copied to clipboard

check on input image to be rotated to best fit the current view orientation

Open moovida opened this issue 12 years ago • 1 comments

Checks for the ratio of the loaded image (being it by load or by intent) against the current screen ratio. If necessary, it rotates the bitmap in order to best fit the drawing canvas.

moovida avatar Oct 30 '13 15:10 moovida

Hey, I took a look at this patch, and it would be more efficient to add a paintBitmap(Bitmap, Matrix) method so that we can just rotate it when drawing it for the first time. This way we don't have to duplicate the bitmap when loading it, which can use a ton of memory.

dsandler avatar Jan 06 '14 16:01 dsandler