Browse Subversion Repository
Diff of /Unit1.pas
Parent Directory
| Revision Log
| Patch
| 77 |
bmp1 := TBitmap.Create; |
bmp1 := TBitmap.Create; |
| 78 |
bmp2 := TBitmap.Create; |
bmp2 := TBitmap.Create; |
| 79 |
try |
try |
| 80 |
LoadToBitmap(OpenPictureDialog1.FileName, bmp2); |
LoadToBitmap(OpenPictureDialog1.Files[i], bmp2); |
| 81 |
if CheckBox1.Checked = true then |
if CheckBox1.Checked = true then |
| 82 |
begin |
begin |
| 83 |
if bmp2.Width < bmp2.Height then |
if bmp2.Width < bmp2.Height then |
|
|
Legend:
| Removed from v.3 |
|
| changed lines |
| |
Added in v.4 |
|
|
|