안드로이드-iOS-Webkit
안드로이드 공부-Bitmap
'김용환'
2012. 1. 18. 14:44
Bitmap imgBack = BitmapFactory.decodeResource(getResources(), R.drawable.sky);
imgBack = Bitmap.createScaledBitmap(imgBack, width, height, false);
imgBack = Bitmap.createScaledBitmap(imgBack, width, height, false);
Bitmap 관련 API
http://developer.android.com/reference/android/graphics/BitmapFactory.html
http://developer.android.com/reference/android/content/res/Resources.html
http://developer.android.com/reference/android/graphics/BitmapFactory.Options.html
구현
게임관점에서 본 Bitmap