Skip to content

A Python program that enables multi-image resizing for Intersection Observer API complementation.

License

Notifications You must be signed in to change notification settings

reoyamanaka/multi-image-resizer

Repository files navigation

Multi-Image Resizer


Logo

Multi-Image Resizer

A Python program that enables multi-image resizing for Intersection Observer API complementation.
Explore the docs »

View Demo . Report Bug

About The Project

Built With

  • Python 3.8.1
  • IDLE 3.8.1
  • macOS High Sierra Version 10.13.6
  • Adobe Illustrator Version 23.1 (Logo design)

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Pillow
pip install Pillow==2.2.2
  • glob
pip3 install glob3
  • natsort
pip install natsort

Installation

  1. Clone the repository
git clone https://github.com/reoyamanaka/multi-image-resizer.git
  1. Install Pillow module
pip install Pillow==2.2.2
  1. Install glob module
pip3 install glob3
  1. Install natsort module
pip install natsort

Usage

YouTube Demo
Thumbnail

Contributing

I would greatly appreciate any contributions.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/CoolFeature)
  3. Commit your Changes (git commit -m 'Added some CoolFeature')
  4. Push to the Branch (git push origin feature/CoolFeature)
  5. Open a Pull Request

License

Distributed under the GNU Affero General Public License v3.0 License. See LICENSE for more information.

Contact

Reo Yamanaka - LinkedIn - My YouTube channel - ryamanaka807@gmail.com

Project Link: https://github.com/reoyamanaka/multi-image-resizer.git

About

A Python program that enables multi-image resizing for Intersection Observer API complementation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages