A Python program that enables multi-image resizing for Intersection Observer API complementation.
Explore the docs »
View Demo
.
Report Bug
- Python 3.8.1
- IDLE 3.8.1
- macOS High Sierra Version 10.13.6
- Adobe Illustrator Version 23.1 (Logo design)
To get a local copy up and running follow these simple steps.
- Pillow
pip install Pillow==2.2.2
- glob
pip3 install glob3
- natsort
pip install natsort
- Clone the repository
git clone https://github.com/reoyamanaka/multi-image-resizer.git
- Install Pillow module
pip install Pillow==2.2.2
- Install glob module
pip3 install glob3
- Install natsort module
pip install natsort
I would greatly appreciate any contributions.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/CoolFeature
) - Commit your Changes (
git commit -m 'Added some CoolFeature'
) - Push to the Branch (
git push origin feature/CoolFeature
) - Open a Pull Request
Distributed under the GNU Affero General Public License v3.0 License. See LICENSE
for more information.
Reo Yamanaka - LinkedIn - My YouTube channel - ryamanaka807@gmail.com
Project Link: https://github.com/reoyamanaka/multi-image-resizer.git