I want to create a scaled bitmap, but I seemingly get a dis-proportional image. It looks like a square while I want to be rectangular.
My code:
Bitma
bmpimg = Bitmap.createScaledBitmap(srcimg, 100, 50, true);