2010-07-01から1ヶ月間の記事一覧
// リソースからbitmapを作成 Bitmap image = BitmapFactory.decodeResource(context.getResources(), R.drawable.image); // 画像サイズ取得 int width = image.getWidth(); int height = image.getHeight(); // リサイズ後サイズ int w = 100; int h = 100…
// リソースからbitmapを作成 Bitmap image = BitmapFactory.decodeResource(context.getResources(), R.drawable.image); // 画像サイズ取得 int width = image.getWidth(); int height = image.getHeight(); // リサイズ後サイズ int w = 100; int h = 100…