Gibt Koordinaten für das Quadrilaterale zurück, die den benannten Photoshop-Pfad einschließen.
Syntax
IpsAdmin
IpsCompanyAdmin
IpsUser
ImagePortalAdmin
ImagePortalUser
ImagePortalContrib
ImagePortalContribUser
Eingabe (getFotoshopPathParam)
Name | Typ | Erforderlich | Beschreibung |
---|---|---|---|
companyHandle | xsd:string |
Ja | Behandeln Sie das Unternehmen mit dem Bild, mit dem Sie arbeiten möchten. |
assetHandle | xsd:string |
Ja | Umgang mit dem Bild-Asset. |
pathName | xsd:string |
Ja | Name des Photoshop-Pfads, den Sie zurückgeben möchten. |
Ausgabe (getFotoshopPathReturn)
Name | Typ | Erforderlich | Beschreibung |
---|---|---|---|
spectiveQuad | types:PerspectiveQuad |
Ja | Gibt Bildkoordinaten basierend auf dem Pfad zurück. Siehe PerspectiveQuad. |
Anforderung
<getPhotoshopPathParam xmlns="http://www.scene7.com/IpsApi/xsd/2012-07-31">
<companyHandle>c|301</companyHandle>
<assetHandle>a|26014</assetHandle>
<pathName>Face Path</pathName>
</getPhotoshopPathParam>
Antwort
<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>