Renvoie les coordonnées du quadrilatère englobant le chemin Photoshop nommé.
Syntaxe
IpsAdmin
IpsCompanyAdmin
IpsUser
ImagePortalAdmin
ImagePortalUser
ImagePortalContrib
ImagePortalContribUser
Entrée (getPhotoshopPathParam)
Nom | Type | Obligatoire | Description |
---|---|---|---|
companyHandle | xsd:string |
Oui | Gérer l’entreprise avec l’image que vous souhaitez utiliser. |
assetHandle | xsd:string |
Oui | Gérer la ressource image. |
pathName | xsd:string |
Oui | Nom du chemin Photoshop que vous souhaitez renvoyer. |
Sortie (getPhotoshopPathReturn)
Nom | Type | Obligatoire | Description |
---|---|---|---|
perspectiveQuad | types:PerspectiveQuad |
Oui | Renvoie les coordonnées de l’image en fonction du chemin d’accès. Voir PerspectiveQuad. |
Request
<getPhotoshopPathParam xmlns="http://www.scene7.com/IpsApi/xsd/2012-07-31">
<companyHandle>c|301</companyHandle>
<assetHandle>a|26014</assetHandle>
<pathName>Face Path</pathName>
</getPhotoshopPathParam>
Réponse
<getPhotoshopPathReturn xmlns="http://www.scene7.com/IpsApi/xsd/2012-07-31">
<perspectiveQuad>
<x0>932.19</x0>
<y0>296.592</y0>
<x1>968.769</x1>
<y1>320.16</y1>
<x2>1119.56</x2>
<y2>1200.0</y2>
<x3>900.43</x3>
<y3>1200.0</y3>
</perspectiveQuad>
</getPhotoshopPathReturn>