java - Change the image dimensions -
i want resize image, either increasing or decreasing dimensions, in android application.
this code have far...
bitmap scratch = bitmapfactory.decoderesource (getresources (), r.drawable.skalyzmn); canvas.drawbitmap (image, x, y, null);
is correct way resize image? how progress part stage perform actual resizing?
read article: how resize image in java ? think contains detailed explanations.
Comments
Post a Comment