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.
Androidで簡単なゲームを作ろうとしています。スプライトを含む 128x240 PNG 画像を Bitmap オブジェクトにロードし、そこから createBitmap(bitmap, x, y, w, h) を使用して 16x16 タイルを取得しようとしましたが、代わりに画像の 1/4 より小さいセクションを取得しました。結局のところ、128x240 PNG 画像の getWidth/getHeight による画像の幅/高さは512x960です。
これはどういう意味ですか?