元ねた http://www.anddev.org/resize_and_rotate_image_-_example-t621.html 追記「リサイズクラスを作る」 http://d.hatena.ne.jp/hidecheck/20090722/1248255593 リサイズ public class bitmaptest extends Activity { @Override public void onCreate(Bundle icicle) { super.onCreate(icicle); LinearLayout linLayout = new LinearLayout(this); // load the origial BitMap (500 x 500 px) Bitmap bitmapOrg = BitmapFactory.decodeResource(getR