Adobe Creative Suite · Example Payload

Adobe Creative Suite Photoshop Document Operations Example

CreativeDesignGraphicsPhotographyVideo

Adobe Creative Suite Photoshop Document Operations Example is an example object payload from Adobe Creative Suite, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

resizeflattentrim

Example Payload

Raw ↑
{
  "resize": {
    "width": 1920,
    "height": 1920,
    "unit": "pixel",
    "resampleMethod": "bilinear"
  },
  "flatten": true,
  "trim": {
    "basedOn": "transparentPixels"
  }
}