readme

来自「PDF417编码的算法的源程序」· 代码 · 共 31 行

TXT
31
字号
  This is the appendix P preprocessor contributed by Mark Brand.It takes a stdin stream of input data and converts it into a formthat can be used by pdf417.  You can use this as a preprocessor.   Also, this code has beenincorporated into the pdf417 library as well in the form ofthe pdf417_prep_to_raw routine.   You can use a stream and theannex P algorith to generate the inputs to pdf417.   first call     pdf417_init_arrays();  the    pdf417_prep_to_raw( buffer, buffer_len ); then   pdf417_en( ...   );    // to create the symbol  or   pdf417_en_new(  );   to create a symbol

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?