# Photoshop API Feature Support

If there's something essential missing, feel free to [request a feature here](https://dynamicmockups.featurebase.app/).

<table data-full-width="false"><thead><tr><th width="249">Layer Types</th><th width="249">Support</th><th>Comment</th></tr></thead><tbody><tr><td>Smart Object Layers</td><td><p><mark style="color:green;">Full Support</mark></p><ul><li>Add Image</li><li>Add Background Color</li><li>Multiple Smart Objects</li></ul></td><td>Nested Smart Objects are not supported.</td></tr><tr><td>Text Layers</td><td><mark style="color:green;">Full Support</mark></td><td></td></tr><tr><td>Adjustment Layers</td><td><mark style="color:green;">Full Support</mark></td><td>Color Balance, Photo Filter, Color Lookup, Selective Color, Gradient Map will be supported soon.</td></tr></tbody></table>

<table data-full-width="false"><thead><tr><th width="250">Features</th><th width="249">Support</th><th>Comment</th></tr></thead><tbody><tr><td>Layer Opacity</td><td><mark style="color:green;">Full Support</mark></td><td></td></tr><tr><td>Layer Fill</td><td><mark style="color:green;">Full Support</mark></td><td></td></tr><tr><td>Clipping Masks</td><td><mark style="color:green;">Full Support</mark></td><td></td></tr><tr><td>Layer/Group Masks</td><td><mark style="color:green;">Full Support</mark></td><td></td></tr><tr><td>Blending Modes</td><td><mark style="color:green;">Full Support</mark></td><td></td></tr></tbody></table>

<table data-full-width="false"><thead><tr><th width="251">Transformations</th><th width="249">Support</th><th>Comment</th></tr></thead><tbody><tr><td>Scale</td><td><mark style="color:green;">Full Support</mark></td><td></td></tr><tr><td>Rotate</td><td><mark style="color:green;">Full Support</mark></td><td></td></tr><tr><td>Skew</td><td><mark style="color:green;">Full Support</mark></td><td></td></tr><tr><td>Distort</td><td><mark style="color:green;">Full Support</mark></td><td></td></tr><tr><td>Perspective</td><td><mark style="color:green;">Full Support</mark></td><td></td></tr><tr><td>Warp (Default)</td><td><mark style="color:green;">Full Support</mark></td><td>Default 1x1 Warp Grids</td></tr><tr><td>Warp (Custom)</td><td><mark style="color:green;">Full Support</mark></td><td></td></tr><tr><td>Warp Templates</td><td><mark style="color:green;">Full Support</mark></td><td>To use Warp Templates, make sure to select <em>Custom</em> after your pick a Template.</td></tr></tbody></table>

<table data-full-width="false"><thead><tr><th width="250">Layer Styles</th><th width="250">Support</th><th>Comment</th></tr></thead><tbody><tr><td>Blending Options </td><td><mark style="color:green;">Full Support</mark></td><td></td></tr><tr><td>Stroke</td><td><mark style="color:green;">Full Support</mark></td><td>Multiple Strokes are not supported.</td></tr><tr><td>Drop Shadow</td><td><mark style="color:green;">Full Support</mark></td><td>Multiple Drop Shadows are not supported.</td></tr><tr><td>Inner Shadow</td><td><mark style="color:red;">Not Supported</mark></td><td></td></tr><tr><td>Bevel &#x26; Emboss</td><td><mark style="color:red;">Not Supported</mark></td><td></td></tr><tr><td>Inner Glow</td><td><mark style="color:red;">Not Supported</mark></td><td></td></tr><tr><td>Outer Glow</td><td><mark style="color:red;">Not Supported</mark></td><td></td></tr><tr><td>Satin</td><td><mark style="color:red;">Not Supported</mark></td><td></td></tr><tr><td>Color Overlay</td><td><mark style="color:red;">Not Supported</mark></td><td></td></tr><tr><td>Gradient Overlay</td><td><mark style="color:red;">Not Supported</mark></td><td></td></tr><tr><td>Pattern Overlay</td><td><mark style="color:red;">Not Supported</mark></td><td></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dynamicmockups.com/knowledge-base/photoshop-api-feature-support.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
