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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -