PixelConv is a small program that allows you to convert screen sizes between three units: pixels, millimeters and logical inches.
I wrote this program for my own use, but maybe it will be useful for someone else.
Sometimes I have to convert pixels to millimeters (and vice versa), then I use PixelConv.
The PixelConv can also be considered as a demonstration application of my JPL.PixelConv.pas unit.
PixelConv.zip (32 & 64-bit version)
Public domain
You need:
- Delphi environment. The free community version is enough.
- JPLib: https://github.com/jackdp/JPLib
- JPPack: https://github.com/jackdp/JPPack
- JVCL: https://github.com/project-jedi/jvcl
- JPJVCL: https://github.com/jackdp/JPModLib#jpjvcl