명명된 Photoshop 경로를 둘러싼 4각 변형의 좌표를 반환합니다.
구문
IpsAdmin
IpsCompanyAdmin
IpsUser
ImagePortalAdmin
ImagePortalUser
ImagePortalContrib
ImagePortalContribUser
입력(getPhotoshopPathParam)
이름 | 유형 | 필수 | 설명 |
---|---|---|---|
companyHandle | xsd:string |
예 | 작업할 이미지로 회사를 처리합니다. |
assetHandle | xsd:string |
예 | 이미지 자산에 대해 처리합니다. |
pathName | xsd:string |
예 | 반환할 Photoshop 경로의 이름입니다. |
출력(getPhotoshopPathReturn)
이름 | 유형 | 필수 | 설명 |
---|---|---|---|
perspectiveQuad | types:PerspectiveQuad |
예 | 경로를 기반으로 이미지 좌표를 반환합니다. 자세한 내용은 PerspectiveQuad. |
요청
<getPhotoshopPathParam xmlns="http://www.scene7.com/IpsApi/xsd/2012-07-31">
<companyHandle>c|301</companyHandle>
<assetHandle>a|26014</assetHandle>
<pathName>Face Path</pathName>
</getPhotoshopPathParam>
응답
<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>