永发信息网

求助,有关byte转Texture2D的问题,求大神指点

答案:2  悬赏:0  手机版
解决时间 2021-02-14 06:23
求助,有关byte转Texture2D的问题,求大神指点
最佳答案
Texture2D toBitmap 的方法
[csharp] view plaincopy
public static Bitmap FastTextureToBitmap(Texture2D texture)
{
// Setup pointer back to bitmap
Bitmap newBitmap = new Bitmap(texture.Width, texture.Height);
// Get color data from the texture
Microsoft.Xna.Framework.Graphics.Color[ textureColors = GetColorDataFromTexture(texture);
System.Drawing.Imaging.BitmapData bmpData = newBitmap.LockBits(new System.Drawing.Rectangle(0, 0, newBitmap.Width, newBitmap.Height), System.Drawing.Imaging.ImageLockMode.ReadOnly, System.Drawing.Imaging.PixelFormat.Format32bppArgb);
// Loop through pixels and set values
unsafe
{
byte* bmpPointer = (byte*)bmpData.Scan0;
for (int y = 0; y < texture.Height; y++)
{
for (int x = 0; x < texture.Width; x++)
{
bmpPointer[0] = textureColors[x + y * texture.Width].B;
bmpPointer[1] = textureColors[x + y * texture.Width].G;
bmpPointer[2] = textureColors[x + y * texture.Width].R;
bmpPointer[3] = textureColors[x + y * texture.Width].A;
bmpPointer += 4;
}
bmpPointer += bmpData.Stride - (bmpData.Width * 4);
}
}
textureColors = null;
newBitmap.UnlockBits(bmpData);
return newBitmap;
}

bitmap to texture2D 的方法:

[csharp] view plaincopy
private Texture2D GetTexture(GraphicsDevice dev, System.Drawing.Bitmap bmp)
{
int[] imgData = new int[bmp.Width * bmp.Height];
Texture2D texture = new Texture2D(dev, bmp.Width, bmp.Height);
unsafe
{
// lock bitmap
System.Drawing.Imaging.BitmapData origdata =
bmp.LockBits(new System.Drawing.Rectangle(0, 0, bmp.Width, bmp.Height), System.Drawing.Imaging.ImageLockMode.ReadOnly, bmp.PixelFormat);
uint* byteData = (uint*)origdata.Scan0;
// Switch bgra -> rgba
for (int i = 0; i < imgData.Length; i++)
{
byteData[i] = (byteData[i] & 0x000000ff) << 16 | (byteData[i] & 0x0000FF00) | (byteData[i] & 0x00FF0000) >> 16 | (byteData[i] & 0xFF000000);
}
// copy data
System.Runtime.InteropServices.Marshal.Copy(origdata.Scan0, imgData, 0, bmp.Width * bmp.Height);
byteData = null;
// unlock bitmap
bmp.UnlockBits(origdata);
}
texture.SetData(imgData);
return texture;
}
全部回答
texture2d tobitmap 的方法 [csharp] view plaincopy public static bitmap fasttexturetobitmap(texture2d texture) { // setup pointer back to bitmap bitmap newbitmap = new bitmap(texture.width, texture.height); // get color data fro...
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
我的世界贝爷R138怎么做鱼竿
汽车脱缸什么意思,有没有人可以分享一下经验
【海洋性气候】...回答问题。(36分)材料一:气
1T+128SSD双硬盘和1T+256SSD都有啥区别?仅仅
打移动10086提示正在通话中怎么回事啊!?
哆哆网吧地址有知道的么?有点事想过去
王菲颁奖的时候,为什么话很少
漫悠馆网咖地址在什么地方,我要处理点事
龙鑫隆发艺在什么地方啊,我要过去处理事情
【高尔顿】英国生物学家和心理学家高尔顿的主
昨天早晨起来,右眼突然酸疼。睁开时就是很酸
苹果6手机显示苹果标志一闪一闪开不了机什么
竹制家居,最具创意的竹制家居?
遇见阳光网咖地址在什么地方,想过去办事
农机公司家属院地址在哪,我要去那里办事
推荐资讯
六年级数学题
祖鸿钧的介绍
手机充满电关机后手机仍然发烫开不了机电也耗
某种雌雄异株的植物体细胞中有20对同源染色体
某个时期,许多出版商除原有业务外,也大量刊
聚缘阁盱眙阿兵龙虾城泗阳加盟店这个地址在什
老人总觉得做错了事警察要抓他,是什么精神疾
北京什么地方能到买豆粕
福州最好的美容院
如何卸下别克老君威手动挡的钥匙孔
浙江人力社保大楼-停车场我想知道这个在什么
钢结构单层厂房,一般平米造价(分含基础和不
正方形一边上任一点到这个正方形两条对角线的
阴历怎么看 ?