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
Description
FAQ
Comments (10)
Very good alternative to Birme
why is this better than brime
Last time I checked, you were limited in the selection to either full height or full width. So it is not possible for a large scene in high resolution to only crop the face in BIRME.
it doesn't create zip in the end, how ?
If you start the python webserver a described in the description the zip should be available after cropping all pictured. You should be able to click for download
it worked, thanks!
Works perfectly. A free and open source alternative to Capture One.
Very very handy little thing, thanks for making it offline available!
I make this bat to start the server (in windows):
@echo off rem Check if a Python virtual environment (venv) exists if not exist venv ( echo Creating a Python virtual environment... python -m venv venv ) rem Activate the virtual environment call venv\Scripts\activate rem Install the requirements echo Installing requirements... pip install flask rem Run app.py echo Running app.py... python app.py rem Deactivate the virtual environment deactivateJust need add this in the root folder in a file ".bat" and run it.
I have tried this, but it is not very useful now a days. If you want easy client side bulk image cropper then try this online Crop Images in Bulk
