- Open the app.
- Enter your desired aspect ratio (default is 16:9).
- Enter "Pixel width" or "Pixel height".
- Done! The app will show you the correct width or height and also auto-copy it to the clipboard.
- Open the app.
- Enter your desired aspect ratio (default is 16:9).
- Drag and drop an image file to the window.
- Done! The app will show you the correct width and height and also auto-copy it to the clipboard.
Just pass the image file as parameter, it will calculate the correct dimension and auto-copy it to the clipboard.
e.g:
DiCalc-CL.exe "test-1920-1440.jpg"
the blow result will be copied to the clipboard:
1920 1080
Note The default aspect ratio for DiCalc-CL is 16:9, but if the DiCalc-Cl.ini exist in same folder you can change the default aspect ratio, e.g:
AspectRatio=4:3
-
Auto select the "Pixel width" box on startup. -
Add a button to open GitHub app web page to check for updates. -
A bit better UI and colors. -
Auto round the result instead of showing decimals. - Add an option to make the window topmost.
-
Add command-line parameters. -
Add an option to auto calculate. -
Add up and down buttons to TextBox (change TextBox to NumericUpDown). - Store some settings like default aspect ratio in an ini file.
-
An option to auto-copy the result to clipboard. -
A button before each numberic field to copy the value.