Date:
This application will convert a provided image to a set of instructions to recreate the image using LEGO™ bricks.
The end result will be instructions to create something similar to the LEGO™ World Map:

Front end facing application will include the following features:
Instructions will look similar to this:

Taken from the World Map LEGO™ instructions:
https://www.lego.com/cdn/product-assets/product.bi.core.pdf/6372756.pdf
Application will include a control panel to achieve the following:
Application API will include the following API calls:
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/convert | Converts a specified image to a matrix of LEGO™ colours. Parameters: image (required): posted JPG, PNG, or GIF width (required): number of studs wide heigh (required)t: number of studs high format: format to return data in, default is “json”but also accepts “jpg” Returns: A matrix of colours for each LEGO™ brick or a JPG format image. |