File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,31 @@ Batch processing image files by utilizing **[Pillow / PIL](https://github.com/py
44Resize, rotate, add border or do default actions on a single image file or all image files in a folder.
55Tested these image file formats (** HEIC, JPG, PNG** ) on macOS.
66
7+ ### Installation
8+
9+ #### One Time Setup
10+
11+ One time installation of the ` uv ` tool to prepare for ** All** future Python tools installation.
12+ Install ` uv ` tool by its standalone installers:
13+
14+ ```
15+ # On macOS and Linux.
16+ curl -LsSf https://astral.sh/uv/install.sh | sh
17+ ```
18+
19+ ```
20+ # On Windows.
21+ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
22+ ```
23+
24+ #### Install the ` batch_img ` tool
25+
26+ Install the ` batch_img ` tool from PyPI:
27+
28+ ```
29+ uv pip install --upgrade batch_img
30+ ```
31+
732### Usage
833
934#### Sample command lines:
You can’t perform that action at this time.
0 commit comments