Skip to main content

3 posts tagged with "layers"

View All Tags

Deprecating the "insert" Parameter in Layers API

· 3 min read
Stefan Benicke
Senior Developer @ Eyeson

Starting September 1st, the Eyeson API's layers endpoint will no longer support the insert parameter. While file and url parameters will continue to work unchanged, the legacy insert option is being officially removed. Though it's been omitted from the documentation for a while, this formal announcement aims to help any long-term users relying on it to transition smoothly.

API layers SVG support

· 5 min read
Stefan Benicke
Senior Developer @ Eyeson

The API layers endpoint now supports SVG images. This comes with great advantages for developers.

The power of SVG

SVG is an XML-based vector image format, where XML is human-readable text.

Define drawing objects and use it with the Eyeson API. The actual image is created on our server, so the whole process of creating, sending and drawing the overlay is way faster than before.

In other words:

  • Significantly smaller file sizes
  • Text-based format that can be edited with code editors
  • Original quality in contrast to compression of PNG, WebP, etc.