|
|
@@ -1250,7 +1250,7 @@ public class MainActivity extends AppCompatActivity
|
|
|
|
|
|
}
|
|
|
}
|
|
|
-// Bitmap scaled = Bitmap.createScaledBitmap(source, width, height, true);
|
|
|
+ Bitmap scaled1 = Bitmap.createScaledBitmap(source, width, height, true);
|
|
|
|
|
|
|
|
|
Bitmap scaled =RAUtil.scale_bmp(source,width,height);
|