久久久久久久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(使用線程逐塊處理文件)
主站蜘蛛池模板: 日韩精品在线一区 | 日韩精品一区二区三区四区视频 | 99热在线观看精品 | 午夜精品一区二区三区在线播放 | 黄视频国产 | 久久国产精品-国产精品 | 久久国产精品精品国产色婷婷 | 一区二区三区中文字幕 | 国产日韩一区 | 嫩草视频在线看 | 成人妇女免费播放久久久 | 亚洲国产黄色av | 在线看无码的免费网站 | 一区二区在线不卡 | 91在线看| 欧美一二区 | 中文字幕免费视频 | 搞av.com| 久久久视频在线 | 国产剧情一区 | www.国产日本 | 日韩av成人 | 欧美国产精品一区二区三区 | 亚洲精品日韩在线 | 精品国产欧美一区二区三区成人 | 国产精品jizz在线观看老狼 | 精品欧美一区二区在线观看欧美熟 | 先锋资源网站 | 国产亚洲久 | 国产一区二区不卡 | 九九热精品视频 | 欧美一级欧美三级在线观看 | 在线免费黄色小视频 | 做a视频 | 成人1区2区 | 91高清视频在线 | 亚洲福利一区二区 | 欧美精品tv | 亚洲午夜av | 亚洲影音 | 美女日批免费视频 |