搜索资源列表
20120903-rgb2yuv
- linux环境,c++,rgb格式转换为uyvy格式的代码-linux environment, c++, rgb the format conversion as uyvy format code
ProcessImage
- 基于Linux视频采集、编码、压缩、解码成为RGB格式的QT图形界面应用程序。-Based on Linux video collection, coding, compression and decoding QT GUI applications become an RGB format.
qsvghandler
- qsvg get hex rgb for Embedded Linux.
imaginglib0264
- Imaging is native Object Pascal image loading, saving and manipulation library. It is available for several platforms and does not require any third party dynamic libraries or other compiled binaries. Main development language is Object Pascal
JPG2RGB565
- JPG2RGB565 说明: 1.对于单片机而言有的时候需要显示图片,一般单片机为了节约资源采用的图片一般为RGB565格式, PC机上用的一般是RGB格式,也就是说PC机器上RGB(R,G,B)三个字节表示一个像素,单片机采 用两个字节表示一个像素,第一个字节的高5位表示R,第一个字节的低3位和第二个字节的高3位 表示G,第二个字节的低5位表示B 2.本程序支持JPG格式转为RGB565格式,显示在屏幕上或者用管道命令输出到一个文本文件 命令行:JPG2RGB