久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

在Android上將int數組轉換為位圖

Converting array of int to Bitmap on Android(在Android上將int數組轉換為位圖)
本文介紹了在Android上將int數組轉換為位圖的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

我有一個表示顏色的 MxN 整數數組(比如 RGBA 格式,但很容易更改).我想將它們轉換為可以渲染到屏幕的 MxN 位圖或其他東西(例如 OpenGL 紋理).有沒有快速的方法來做到這一點?循環遍歷數組并將它們繪制到畫布上太慢了.

I have an MxN array of ints representing colors (say RGBA format, but that is easily changeable). I would like to convert them to an MxN Bitmap or something else (such as an OpenGL texture) that I can render to the screen. Is there a fast way to do this? Looping through the array and drawing them to the canvas is far too slow.

推薦答案

試試這個,它會給你位圖:

Try this, it will give you the bitmap:

 // You are using RGBA that's why Config is ARGB.8888 
    bitmap = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888);
 // vector is your int[] of ARGB 
    bitmap.copyPixelsFromBuffer(IntBuffer.wrap(vector));

或者您可以從以下本地方法生成 IntBuffer:

Or you can generate IntBuffer from the following native method:

private IntBuffer makeBuffer(int[] src, int n) {
    IntBuffer dst = IntBuffer.allocate(n*n);
    for (int i = 0; i < n; i++) {
        dst.put(src[i]);
    }
    dst.rewind();
    return dst;
}

這篇關于在Android上將int數組轉換為位圖的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

相關文檔推薦

How to wrap text around components in a JTextPane?(如何在 JTextPane 中的組件周圍環繞文本?)
MyBatis, how to get the auto generated key of an insert? [MySql](MyBatis,如何獲取插入的自動生成密鑰?[MySql])
Inserting to Oracle Nested Table in Java(在 Java 中插入 Oracle 嵌套表)
Java: How to insert CLOB into oracle database(Java:如何將 CLOB 插入 oracle 數據庫)
Why does Spring-data-jdbc not save my Car object?(為什么 Spring-data-jdbc 不保存我的 Car 對象?)
Use threading to process file chunk by chunk(使用線程逐塊處理文件)
主站蜘蛛池模板: 福利一区在线观看 | 亚洲性网| 国产精品国产a | 99精品视频免费观看 | 久久中文字幕一区 | 黄色高清视频 | 亚洲日韩中文字幕一区 | 成人福利视频 | 欧美精产国品一二三区 | 亚洲人成一区二区三区性色 | 亚洲欧美国产精品久久 | 亚洲免费三区 | 蜜桃视频成人 | 国产日韩欧美精品 | 亚洲国产区 | av网站免费 | 五月天激情综合网 | 成人午夜精品 | 欧美日韩久久 | 特级做a爱片免费69 精品国产鲁一鲁一区二区张丽 | 刘亦菲国产毛片bd | 久久亚洲一区 | 久草在线在线精品观看 | 91国内外精品自在线播放 | 国产精品s色 | 精品一区二区久久久久久久网精 | 中文字幕在线一区 | 精品久久久久久久 | 成人特区| 福利片在线 | 欧洲高清转码区一二区 | 久久久久久久久久久爱 | 国内自拍偷拍 | 日韩福利 | 国产精品不卡视频 | 日本一区二区不卡 | 亚洲视频观看 | 国产综合久久久久久鬼色 | 亚洲日本中文 | 神马影院一区二区三区 | 欧美区日韩区 |