ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/Tools/TxmpReplace.pas
(Generate patch)

Comparing oup/current/Tools/TxmpReplace.pas (file contents):
Revision 203 by alloc, Sat May 26 21:36:23 2007 UTC vs.
Revision 204 by alloc, Sun May 27 20:03:41 2007 UTC

# Line 47 | Line 47 | uses Main, ConnectionManager, ImagingTyp
47  
48   procedure TForm_TxmpReplace.SelectFile(fileinfo: TFileInfo);
49   var
50  mem:  TMemoryStream;
50    fadingbyte, depthbyte, storebyte: Byte;
51   begin
52    fileid := fileinfo.ID;
# Line 79 | Line 78 | begin
78   end;
79  
80   procedure TForm_TxmpReplace.btn_loadClick(Sender: TObject);
82 var
83  mem:   TMemoryStream;
81   begin
82    if opend.Execute then
83    begin
# Line 101 | Line 98 | var
98    datbyte: Word;
99    mem: TMemoryStream;
100    new_storetype: Byte;
104  formatinfo: TImageFormatInfo;
101    i: Integer;
102   const
103    powers: array[0..8] of Integer = (1, 2, 4, 8, 16, 32, 64, 128, 256);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)