Sign In

Web Bulk Image Cropper

Updated: Oct 5, 2024

toolpreprocessingimage

Download

1 variant available

Archive Other

bulk-image-cropper.zip

9.22 KB

Verified:

Type
Other
Stats

315

Reviews
Published

Apr 20, 2023

Base Model

Other

Hash
AutoV2
FE27E7BD5B
default creator card background decoration
Followers - 59

59

Likes - 636

636

Capture.PNG

It's a web tool to batch crop images like BIRME. What I find missing with BIRME is that you are always restricted to width or height. With this tool, you can freely crop any part of the image.

To start the local webserver :

A@B:~/bulk-image-cropper$ pip install flask

A@B:~/bulk-image-cropper$ python app.py

Access via 127.0.0.1:5000

I only added a app.py python file to host it on your local PC, all credit goes to https://github.com/danfickle/bulk-image-cropper