A JavaScript web app to Resize and Compress Images
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Using this Image resizer web app, users can upload an image and resize its width & height or reduce its size. If they checked the “Lock aspect ratio”, the aspect ratio for an image will be calculated automatically and filled in the field as they start changing width or height. If the “Reduce quality” is checked, the image quality will be reduced by 40%. And, last users can download their resized images by clicking on the “Download Image” button. Remember downloading images is also done with vanilla JavaScript.
This image resizer tool is built using JavaScript canvas and its different methods such as getContext, drawImage, toDataURL, etc. which might be difficult for you to understand if you just
- Clone or fork this repo
git clone https://github.com/UvinduBro/Image-Resizer.git ``
- Deploy on GitHub Pages
- Image Upload (Browse Files)
- Resizing Options
- Quality Reducing Options
- Drag & Drop Option
- Rename on Downloading Option
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU General Public License v3.0. See LICENSE.txt
for more information.
Uvindu Rajapakshe - @UvinduBro - [email protected]
Project Link: https://github.com/UvinduBro/Image-Resizer