Split Image
Divide the images into fragments with equal dimensions, in this you can split and images in n x n parts, the api have 2 endpoints, the first use image previously load in the server, the second use a method post for receive the url of the image and the number of rows and columns that you need divide the image. Each fragment of the image is returned in base64 data
Split Image endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
split images examples /api/split-images/{row}/{col} |
In the url, replace row and col for the number that you need |
| GET |
main endpoint / |
Endpoint about information of API |
| POST |
split images from url /api/slicer/image |
receive the url of the image and the number of row and cols. { "row": value, "col": value, "url": "https://i.pinimg.com/originals/4c/6b/60/4c6b6097a34f2ba66c4fef09dd2366ef.jpg" } |
Split Image pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | Free | — |
|