搜索资源列表
yuvtools
- BMP2GBMP.exe 将一副副的BMP图片合并成一个没有BMP头信息的文件 note:仅支持24位bmp图片 DYUV2SEQ.exe 实现分离的yuv文件转换成YUV序列 4:2:0 ShowDIB.exe BMP图片显示程序,多文档框架 YUV2BMP.exe 实现了YUV转换成24位的BMP图片,实现了批量转换 BMP2SEQ.exe 将一系列24位或8位的BMP图片转换成4:2:0的YUV序列。 DYUV2BM
JPG图像文件转换成YUV原始数据格式
- 这是一个把JPG图像文件转换成YUV原始数据格式的程序,就三个函数,输出为YUV420的。-this is a static library for decompressing the jpg file and converting its colorspace from yuv422 to yuv420, but RGB24. enjoy your self!
Filter-VideoRender.rar
- Directx Filter Render 自己开发的RenderFilter 支持各种不同格式的显示,RGB565 RGB555 RGB24 RGB32 YUV YV12,Directx Filter Render own RenderFilter supports a variety of different formats of the show, RGB565 RGB555 RGB24 RGB32 YUV YV12
Jpeg2Yuv
- 这是一个把JPG图像文件转换成YUV原始数据格式的程序,就三个函数,输出为YUV420的。-this is a static library for decompressing the jpg file and converting its colorspace from yuv422 to yuv420, but RGB24. enjoy your self!
rgb2yuv
- 将RGB24转换成YUV420图片的程序,希望对大家有用。目前还没有AVI转YUV420的代码,建议先用播放器抓AVI的图片,再用bmp转YUV-Will be converted into RGB24 procedures YUV420 picture, I hope useful for all of us. There is no AVI to YUV420 code, it is recommended to use AVI player grasping the picture, an
YUV
- YUV420转RGB24相关函数,运用快速查表算法,ConvertRGB2YUV,RGB24toYUV420-YUV420 turn RGB24-correlation function, using fast look-up table algorithm, ConvertRGB2YUV, RGB24toYUV420
yuv2rgb
- 将输入的yuv图像转为rgb24图像保存为bmp格式-Yuv image into the input image is saved as bmp format rgb24
RawViewer
- 阅读源图像的工具,比如RGB16,RGB24,RGB32,YUV,I420等的工具-Read the source image of the tool, such as RGB16, RGB24, RGB32, YUV, I420 and other tools
yuv2rgb001
- yuv2rgb, 一个老外写的arm上yuv转换rgb的库,支持YUV422,420P,到RGB32,RGB24,RGB16的转换。针对arm写了汇编优化,性能较高-yuv2rgb library in ARM CPU. Both C and assemler source.
YUV
- YUV转换成RGB24格式,该算法是采用整型查询算法-YUV converted into RGB24 format, the method used integer search algorithms
yuvtools
- 该文件包括一些内容,可配套图像处理使用 YUVviewerPlus.exe 对YUVviewer进行了修改,增加一下内容: 1、增加支持的格式:yuv4:4:4, yuv4:2:2, gbmp 2、增加zoom的范围 BMP2GBMP.exe 将一副副的BMP图片合并成一个没有BMP头信息的文件 note:仅支持24位bmp图片 DYUV2SEQ.exe 实现分离的yuv文件转换成YUV序列 4:2:0 ShowDIB.exe BMP
yuvprocess
- 该文件包括一些内容,可配套图像处理使用 YUVviewerPlus.exe 对YUVviewer进行了修改,增加一下内容: 1、增加支持的格式:yuv4:4:4, yuv4:2:2, gbmp 2、增加zoom的范围 BMP2GBMP.exe 将一副副的BMP图片合并成一个没有BMP头信息的文件 note:仅支持24位bmp图片 DYUV2SEQ.exe 实现分离的yuv文件转换成YUV序列 4:2:0 ShowDIB.exe BMP
RGB2YUV
- 将图像格式RGB24转换为YUV格式,内有详细的函数-The image is converted to YUV format RGB24 format, with detailed functions
H263
- 基于VFW视频捕捉得到RGB24格式的视频,然后将该格式转为YUV格式,对YUV格式进行h.263编码,建立socket服务端和客户端,之间通过tcp协议进行传输,这里电脑是服务器端,window mobile手机是客户端,263文件从服务器端传送到客户端,传输完成后利用从ffmpeg移植到wm的h.263解码器进行解码,得到YUV格式的视频,再转为RGB24格式,就可以显示了。-VFW video capture video RGB24 format, then the format to Y
YUVddraw
- 对YUV进行旋转90,270度,并用directdraw播放出来。里面也有对rgb24位图像进行旋转,但我没进行测试。2012-11-21-YUV rotate 9,027.0 degrees and out directdraw play. The inside rotation rgb24 bit image, but I did not test.
bmp2yuv
- rgb32或rgb24图像向yuv图像转换方法,查表法,亲测有效(Rgb32 or RGB24 image to YUV image conversion method, look-up table method, pro test effectiveness)