Skip to content

Releases: amymor/DiCalc-Dimension-Calculator

v1.6

11 Jun 14:08
3243f22
Compare
Choose a tag to compare

Changelog

  • Added a field that shows the total number of pixels in megapixel(MP).
  • Improved icons.

v1.5

06 Nov 20:59
0dc8829
Compare
Choose a tag to compare

Changelog

  • Improved auto-copy and auto-calculation features. Now, all changes are reflected in real-time.
  • Added Buttons to Copy Width, Height, or both to the clipboard.
  • Added a button to clear Width and Height values.

v1.4

05 Nov 15:39
61576d4
Compare
Choose a tag to compare

Changelog

  • Better auto-calculation.
  • Added a feature to auto-copy the calculation result to the clipboard.

v1.3

02 Nov 14:05
1cc0407
Compare
Choose a tag to compare

Changelog

  • Fixed a bug where the app incorrectly calculated results for certain aspect ratios.
  • The startup time is now twice as fast.

v1.2

21 Oct 18:43
765ad7b
Compare
Choose a tag to compare

Changelog

  • Added DiCalc-CL to support command-line parameters ( Usage).
  • The Calculate button has been removed due to the addition of the automatic calculation feature.
  • Added drag and drop support, so if you drag and drop an image to the app, it will calculate the dimensions based on entered aspect ratio (e.g if your image is 1920x1440 and the aspect ratio is 16: 9, the result will be 1920x1080).
  • The calculated result of drag and drop is automatically copied to the clipboard in < Height Width > format (e.g 1920 1080 in above example).

v1.1

19 Oct 14:07
f8ff70b
Compare
Choose a tag to compare

Changelog

  • Auto select the "Pixel width" box on startup.
  • Added 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.
  • Added up and down buttons to TextBox (changed TextBox to NumericUpDown).

v1.0

19 Oct 00:03
31006ea
Compare
Choose a tag to compare

Initial release