English 中文(简体)
如何将图像转换成WORD(uint16)阵列?
原标题:How to convert an image to WORD (uint16) array?
  • 时间:2012-04-11 09:58:40
  •  标签:
  • c
  • image

我的名录中有一些图像(bmp、png、jpg)。 我想将这一形象转换成WORD阵列,以便在LCD中以565种格式(16个比方位)展示这一形象。 如何将图像转换成WORD阵列? 请提供帮助。 是否有必要将图像转换为双亲? 或 请在Windows C/CPP中提供一些代码,以便将其转换为双亲?

最佳回答

这将在很大程度上取决于输入图像的确切格式。

仅仅将“言辞”改成字,就真的表示你想要做些什么,这或许更像“曲折图图象”向一阵列565 pixels in row-major格式”。

你们应当看看图像处理图书馆,使你能够装上比照图图像,并读出每台纸张的价值。

你可能只是直接转换为565瑞郎,从任何其他轨道图格式来看, t太硬。

请注意,有指数化和“真实肤色”的比图格式,你与你一样需要处理。 如果你开斋,每种格式的图书馆将 abstract开,例如uint32改为_pixel_as_rgb888()功能。

还指出,许多图形图象格式以压缩为重,因此,仅仅读到卷宗范围还不够,你需要按照格式压缩数据。 这非常复杂,因此,文前图书馆是唯一的选择。

For PNG, look at libpng , for JPEG look for libjpeg。 第二,这些图书馆可能属于太低的水平,或许应该看看

问题回答




相关问题
Fastest method for running a binary search on a file in C?

For example, let s say I want to find a particular word or number in a file. The contents are in sorted order (obviously). Since I want to run a binary search on the file, it seems like a real waste ...

Print possible strings created from a Number

Given a 10 digit Telephone Number, we have to print all possible strings created from that. The mapping of the numbers is the one as exactly on a phone s keypad. i.e. for 1,0-> No Letter for 2->...

Tips for debugging a made-for-linux application on windows?

I m trying to find the source of a bug I have found in an open-source application. I have managed to get a build up and running on my Windows machine, but I m having trouble finding the spot in the ...

Trying to split by two delimiters and it doesn t work - C

I wrote below code to readin line by line from stdin ex. city=Boston;city=New York;city=Chicago and then split each line by ; delimiter and print each record. Then in yet another loop I try to ...

Good, free, easy-to-use C graphics libraries? [closed]

I was wondering if there were any good free graphics libraries for C that are easy to use? It s for plotting 2d and 3d graphs and then saving to a file. It s on a Linux system and there s no gnuplot ...

Encoding, decoding an integer to a char array

Please note that this is not homework and i did search before starting this new thread. I got Store an int in a char array? I was looking for an answer but didn t get any satisfactory answer in the ...

热门标签