Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
drawBitmap(Bitmap image, Rect src, Rect dst, Paint paint); を使用しています。画像の一部を描画します。これを行い、画像を反転する方法はありますか?
はい、画像は行列なので、4x4 ピクセルの画像を仮定します。ブロック単位のピクセルを抽出します。画像の一部を取得したら、rotateX() のような画像に行列変換を適用できると思います。