Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 366 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 366 Bytes

imageSplit API

an open source API that allows you to convert strings of ID's like 1-1-1-1

Example

Dirt.png = 1
Water.png = 2
GET domain.com/tile/2/2/1-1-2-2
this request will get a 2x2 image the first two tiles being dirt and the bottom two being water.

Contributions

bekian - heavily helped create the id string to image conversion.