Skip to content

Instantly share code, notes, and snippets.

View noumi0k's full-sized avatar
🐻
kuma

Noumi noumi0k

🐻
kuma
View GitHub Profile
@STAR-ZERO
STAR-ZERO / gist:3413415
Created August 21, 2012 08:13
【Android】画像を縮小して読み込み、画像リサイズ
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Matrix;
/**
* 画像変換クラス
*
*/
public class BitmapUtil {