BMP to TIFF Freeware version 2.0 - Dec 10, 1998 Copyright (c) 1998, Wolfgang Krug CONTENTS 1. Target platforms 2. Descr iption 3. Installation 4. Read this 5. Known bugs & problems 6. More informations 7. Contact 1. Target platforms Delphi 1.0 D elp
elphi 生成二维码函数 procedure Generate2DCode(AStr: string; ASize: Integer; ABmp: TBitmap); var s : TByteArray; m : TByteArray; i, j: Integer; w, h : integer; cc: Integer; begin if not Assigned(ABmp) then Exit; SetLength(s, Length(AStr)); for i := 1 to Len