Skip to content

feat: Add script for batch image resizing#39

Merged
devmalik7 merged 1 commit intodevmalik7:mainfrom
mukkss:feature/add-image-resizer-script
Oct 9, 2025
Merged

feat: Add script for batch image resizing#39
devmalik7 merged 1 commit intodevmalik7:mainfrom
mukkss:feature/add-image-resizer-script

Conversation

@mukkss
Copy link
Contributor

@mukkss mukkss commented Oct 9, 2025

Description and Changes made

This pull request adds a Python script for batch resizing images from the command line. It provides a simple and efficient way to process multiple images at once.

This contribution includes:

  • A new script, resize_images.py, which takes an input folder, an output folder, and a target size as arguments.
  • Support for multiple image formats, including JPG, PNG, and WebP.
  • A new README.md file with detailed installation and usage instructions for the script.
  • Use of Python's argparse library for a robust command-line interface.

Related Issue

Closes #26

Type of change

  • New feature (non-breaking change which adds functionality)
  • Documentation update

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code where necessary
  • I have added documentation wherever appropriate

Additional Notes

This script depends on the Pillow library. The accompanying README.md includes the necessary pip install command for reviewers and users.

@devmalik7
Copy link
Owner

@mukkss Thank you for the contribution :-)

@devmalik7 devmalik7 merged commit 65633e8 into devmalik7:main Oct 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bulk Image Resizer

2 participants