Pixel Density (DPI)
The Image Editing API allows you to control the pixel density of the result image.
To control the pixel density, set the argument export.dpi
to a value between 72
and 1200
(included).
Here's an example of an API call to get a result image with a pixel density of 300 dpi:
Last updated