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

在Android上將int數(shù)組轉(zhuǎn)換為位圖

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

問題描述

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

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;
}

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

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

相關(guān)文檔推薦

How to wrap text around components in a JTextPane?(如何在 JTextPane 中的組件周圍環(huán)繞文本?)
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 數(shù)據(jù)庫)
Why does Spring-data-jdbc not save my Car object?(為什么 Spring-data-jdbc 不保存我的 Car 對象?)
Use threading to process file chunk by chunk(使用線程逐塊處理文件)
主站蜘蛛池模板: 亚洲天堂网在线观看 | 涩五月婷婷 | 第一福利视频 | 青青草免费在线视频 | 日韩精品免费视频 | 日韩a级片| 国产网站视频 | 欧美综合在线观看 | 国产成人免费在线 | 久久久久久久综合 | www婷婷| 成人午夜激情视频 | 久久一区二区视频 | 中文字幕不卡视频 | 国产视频一区二区在线播放 | 欧美精品久久久久久 | 99精品99 | 中文字幕国产在线 | 日本精品国产 | 日韩欧美精品一区二区 | 日韩欧美一区二区在线 | 女人久久久 | 久久精品一区二区三区四区 | 日韩一区三区 | 在线日韩视频 | 日韩中文字幕在线视频 | 91成人免费版 | 国 产 黄 色 大 片 | 超碰成人av| 成人a毛片 | 国产三级一区 | 黄色av一区 | 国产无限资源 | 日韩一区二区视频在线观看 | 久久久久久综合 | 日韩国产在线播放 | 日韩视频在线免费观看 | 国产一区在线看 | 黄色在线观看网址 | 自拍偷拍福利视频 | 亚洲黄色精品 |