Release.txt
上传用户:gtting103
上传日期:2007-01-12
资源大小:26k
文件大小:1k
源码类别:

图形图象

开发平台:

Visual C++

  1.         (C)Copyright WINBOND ELECTRONICS CORP. 1999,
  2.             PH00, all right reserved
  3. // This is a readme file for YUV to BMP convertion tool. 
  4.   
  5. /**************************************************************************
  6. Version :    1.00
  7. Date    :    1999.04.23.
  8. Name    :    Winbond (PH00)
  9. ---------------------------------------------------------------------------
  10.      Item
  11.       --- Contents
  12. ---------------------------------------------------------------------------
  13. . General description
  14.     . This tool is a Win32 console application which reads YCbCr4:2:0 format
  15.       data from input file and outputs BMP format file.
  16.     . The input data should be arranged with "Y" data followed by "Cb" data
  17.       then "Cr" data in the input file.
  18.     . The output BMP file is 24-bit color.
  19.     . The width and height of the input YCbCr file must be in multiples of 16
  20.       pixels.
  21.     . Run "Y2R" with no parameter to get the description of the usage.
  22. .Example
  23.     . Here is an example of how to use this tool:
  24.     "Y2R /h352 /v240 input_file output_file",
  25.     where /h352 specifies the width of the input data, /v240 specifies the
  26.     heigth of the input file.