Spaces:
Running
Running
Upload README.md
Browse files
README.md
CHANGED
|
@@ -37,8 +37,9 @@ A powerful Gradio-based tool to split images into customizable grids, crop indiv
|
|
| 37 |
- Apply a single crop uniformly to all tiles
|
| 38 |
- Download edited tiles as ZIP
|
| 39 |
|
| 40 |
-
### 3. **GIF Animation**
|
| 41 |
- Generate animated GIFs from your tiles
|
|
|
|
| 42 |
- **Animation styles:**
|
| 43 |
- **Reveal (build up):** Tiles appear one by one, building the complete image
|
| 44 |
- **Cycle (one at a time):** Each tile appears alone in sequence
|
|
@@ -84,6 +85,13 @@ A powerful Gradio-based tool to split images into customizable grids, crop indiv
|
|
| 84 |
5. **Open your browser:**
|
| 85 |
Navigate to `http://127.0.0.1:7860`
|
| 86 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
---
|
| 88 |
|
| 89 |
## π How It Works
|
|
@@ -109,12 +117,12 @@ A powerful Gradio-based tool to split images into customizable grids, crop indiv
|
|
| 109 |
|
| 110 |
### Step 3: Generate Animation
|
| 111 |
|
| 112 |
-
1. Go to the **"3.
|
| 113 |
2. Select an **animation style** from the dropdown
|
| 114 |
3. Enable **"Single tile per frame"** for slideshow mode
|
| 115 |
4. Adjust the **frame duration** in milliseconds
|
| 116 |
-
5. Click **"π¬ Generate GIF"**
|
| 117 |
-
6. Download your animated GIF
|
| 118 |
|
| 119 |
---
|
| 120 |
|
|
@@ -185,4 +193,3 @@ Contributions are welcome! Feel free to:
|
|
| 185 |
---
|
| 186 |
|
| 187 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 188 |
-
|
|
|
|
| 37 |
- Apply a single crop uniformly to all tiles
|
| 38 |
- Download edited tiles as ZIP
|
| 39 |
|
| 40 |
+
### 3. **GIF / MP4 Animation**
|
| 41 |
- Generate animated GIFs from your tiles
|
| 42 |
+
- Export MP4 videos with the same animation styles, plus optional transitions
|
| 43 |
- **Animation styles:**
|
| 44 |
- **Reveal (build up):** Tiles appear one by one, building the complete image
|
| 45 |
- **Cycle (one at a time):** Each tile appears alone in sequence
|
|
|
|
| 85 |
5. **Open your browser:**
|
| 86 |
Navigate to `http://127.0.0.1:7860`
|
| 87 |
|
| 88 |
+
### Docker
|
| 89 |
+
|
| 90 |
+
```bash
|
| 91 |
+
docker build -t image-cutter .
|
| 92 |
+
docker run --rm -p 7860:7860 image-cutter
|
| 93 |
+
```
|
| 94 |
+
|
| 95 |
---
|
| 96 |
|
| 97 |
## π How It Works
|
|
|
|
| 117 |
|
| 118 |
### Step 3: Generate Animation
|
| 119 |
|
| 120 |
+
1. Go to the **"3. Export"** tab
|
| 121 |
2. Select an **animation style** from the dropdown
|
| 122 |
3. Enable **"Single tile per frame"** for slideshow mode
|
| 123 |
4. Adjust the **frame duration** in milliseconds
|
| 124 |
+
5. Click **"π¬ Generate GIF"** or **"π₯ Generate MP4"**
|
| 125 |
+
6. Download your animated GIF or MP4 video
|
| 126 |
|
| 127 |
---
|
| 128 |
|
|
|
|
| 193 |
---
|
| 194 |
|
| 195 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|