Changes to Get the current pixel buffer of an overlay model as raw binary: width * height * bytesPerPixel bytes, row-major from the top-left, which is the exact layout `PUT /api/overlays/model/{model}/data` accepts. The model geometry is repeated in the `X-FPP-Model-Width`, `X-FPP-Model-Height` and `X-FPP-Model-BytesPerPixel` response headers.

GET /api/overlays/model/{model}/data/raw

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 1 of the 28 revisions of this API.1

  1. 2d744b1754491

What changed