Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Default = 10 - if bpp = 8

42 - if bpp = 10

     168 - if bpp = 12

         0 - if YCbCr

 

-white <integer>
For YCbCr input files, this sets what value of Y corresponds to white. Default = 255.

...

  • ini - DevWare .ini file format with REG= commands.
  • fieldwr - DevWare .ini file format with FIELD_WR= commands.
  • c - C/C++ array, "{ <reg>, <data> }," or "{ <page>, <reg>, <data> },". Use -header and -footer to create the array declaration and close }.
  • otpm - DevWare ini file format with REG= command, and the data placed in the OTPM register area.
  • otpmc - C array format with the data placed in the OTPM register area.

 

-header "string"
String to put at top of register output file.

...