티스토리 뷰

  Matrix matrix = new Matrix();
  matrix.preScale(-1.0f, 1.0f);
  hero_wait_Left[0] = BitmapFactory.decodeResource(res,R.drawable.stand01);
hero_wait_Left[0] = Bitmap.createBitmap(hero_wait_Left[0], 0, 0, hero_wait_Left[0].getWidth(),hero_wait_Left[0].getHeight(), matrix, false);


 이러면 해당 이미지가 반전되어서 저장되는군요 `ㅡ` ...
댓글