Release.txt
资源名称:YUV2BMP.zip [点击查看]
上传用户:gtting103
上传日期:2007-01-12
资源大小:26k
文件大小:1k
源码类别:
图形图象
开发平台:
Visual C++
- (C)Copyright WINBOND ELECTRONICS CORP. 1999,
- PH00, all right reserved
- // This is a readme file for YUV to BMP convertion tool.
- /**************************************************************************
- Version : 1.00
- Date : 1999.04.23.
- Name : Winbond (PH00)
- ---------------------------------------------------------------------------
- Item
- --- Contents
- ---------------------------------------------------------------------------
- . General description
- . This tool is a Win32 console application which reads YCbCr4:2:0 format
- data from input file and outputs BMP format file.
- . The input data should be arranged with "Y" data followed by "Cb" data
- then "Cr" data in the input file.
- . The output BMP file is 24-bit color.
- . The width and height of the input YCbCr file must be in multiples of 16
- pixels.
- . Run "Y2R" with no parameter to get the description of the usage.
- .Example
- . Here is an example of how to use this tool:
- "Y2R /h352 /v240 input_file output_file",
- where /h352 specifies the width of the input data, /v240 specifies the
- heigth of the input file.
English
