PhotoSize Calculator is a desktop software designed to make resizing images a breeze. Whether you have image dimensions in pixels or centimeters and need to adjust the scale or DPI (dots per inch), this tool has got you covered. It provides quick and intuitive calculations, making image resizing a straightforward process.
- Calculate new image dimensions based on pixels or centimeters.
- Easily adjust the scale or DPI.
- Convert measurements between inches and centimeters.
- User-friendly and intuitive interface.
Before running PhotoSize Calculator, ensure you have the following prerequisites:
- Python 3.x or higher
- PySimpleGUI
To start using PhotoSize Calculator, follow these simple steps:
Clone this repository to your local machine:
$ git clone https://github.com/jrdelrio/photosize.git
$ cd photosize
Run the main file!
$ python3 Photosize.py
- Launch the application.
- Input the current image dimensions in pixels or centimeters.
- Adjust the scale or DPI as needed.
- The software will calculate and display the new image dimensions in inches or centimeters.
- Enjoy effortless image resizing!
Special thanks to PySimpleGUI for providing a user-friendly GUI library for Python.
I hope you find PhotoSize Calculator helpful for your image resizing needs!
Happy resizing!