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.
画像ファイル (この例では .png) を 3D (画像の幅の座標、重みの座標、赤、緑、青の値を示す整数の座標) の整数またはバイト配列に変換するにはどうすればよいですか?
画像ファイルを整数配列に変換する方法..?
見る:
BufferedImage.getData()
Raster.getPixels(int,int,int,int,int[])