Skip to content

rigvedmaanas/Image-Resizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image-Resizer

This is a program which can resize an image to double the size without loosing the quality

Normal Image

alt text

Resized Image

alt text

Instructions

  1. Download the python IDE from www.python.org
  2. Follow this tutorial to install python Link to the tutorial. Make sure you add python to the path (It's already specified in the tutorial).
  3. Open Command prompt in windows or Terminal in Mac or Linux.
  4. Type "pip3 install pillow"
  5. If this command does not work type "pip install pillow"
  6. After this, download the repository as zip and then unzip it.
  7. Open the main.py file.
  8. Change "Images/NormalImage.jpeg" to the path of the file which you need to change the size.
  9. Change "Images/ResizedImage.jpeg" to the path to which you need to save the file. This should also include the name of the file. For eg: "ResizedImage.jpeg".
  10. Click "File --> Save" to save the file and click "Run --> Run Module" to run the file.
  11. The file should be converted.
  12. Next time when you want to change the size of a file start from step number 7.

That's it. Let me know if you get stuck in any step. Enjoy!!!

Todo

  • Make a GUI for this program

About

This is a program which can resize an image to double the size of an image without loosing the quality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages