File | Date | Author | Commit |
---|---|---|---|
lib | 2019-03-19 | Alexandr KD | [db26e0] Current App Code |
preview | 2019-03-19 | Alexandr KD | [19cfb8] moving out screenshots |
.gitattributes | 2019-03-19 | Alexandr KD | [e1c723] Initial commit |
.gitignore | 2019-03-19 | Alexandr KD | [db26e0] Current App Code |
DemCalc.ico | 2019-03-19 | Alexandr KD | [db26e0] Current App Code |
DemCalc.lpi | 2019-03-19 | Alexandr KD | [db26e0] Current App Code |
DemCalc.lpr | 2019-03-19 | Alexandr KD | [db26e0] Current App Code |
DemCalc.png | 2019-03-19 | Alexandr KD | [db26e0] Current App Code |
DemCalc.res | 2019-03-19 | Alexandr KD | [db26e0] Current App Code |
DemCalc2.ico | 2019-03-19 | Alexandr KD | [db26e0] Current App Code |
DemCalc_64px.png | 2019-03-19 | Alexandr KD | [db26e0] Current App Code |
LICENSE | 2019-03-19 | Alexandr KD | [e1c723] Initial commit |
README.md | 2019-03-20 | Alexandr | [0b9ec8] Update README.md |
Unit1.lfm | 2019-03-19 | Alexandr KD | [db26e0] Current App Code |
Unit1.pas | 2019-03-19 | Alexandr KD | [db26e0] Current App Code |
My first cross-platform program. The purpose of the program is to calculate the aspect ratio of a rectangle (screen or image), based on the size of its sides in pixels. The idea of creating a program came to my mind when I tried to tweak a very strangely cropped photo (186 x 83) without losing quality for a pda screen (800 x 600). It turned out that it's really hard to calculate, so I had to increase the “canvas” of the image. But this case allowed me to write for the first time a working program in the Free Pascal language, which subsequently made it possible to compile the program for various platforms.