saveImageFormat saveimageformat

创建图像格式。

NOTE
urlModifier字段值必须包含有效的XML。 例如,将&更改为&。 从IPS用户界面获取urlModfier值。

授权用户类型 section-12c9d8d5933f4692bafb194060b4f882

  • IpsUser
  • IpsAdmin
  • IpsCompanyAdmin
  • ImagePortalAdmin

参数 section-b1fc2fe8d606490ba3a2c979ab8bbd78

输入(saveImageFormatParam)

名称
类型
必需
说明
companyHandle
xsd:string
带有您要使用的图像格式的公司句柄。
imageFormatHandle
xsd:string
要保存的图像格式句柄。
名称
xsd:string
图像格式名称。
urlModifier
xsd:string
这可以是任何IPS协议查询字符串。 生成URL修饰符的最简单方法是使用IPS用户界面创建一个修饰符,然后剪切并粘贴查询字符串。

输出(saveImageFormatReturn)

名称
类型
必需
说明
imageFormatHandle
xsd:string
处理图像格式。

示例 section-c7bd733212ef494297a97093f3af193f

此代码示例创建一个图像格式。 在此示例中,urlModifier由它在具有有效HTML格式的IPS用户界面中的值决定。

请求

<saveImageFormatParam xmlns="http://www.scene7.com/IpsApi/xsd">
   <companyHandle>47</companyHandle>
   <name>My Image Format Name</name>
   <urlModifier>wid=400&amp;hei=400&amp;fmt=jpeg&amp;qlt=750&amp;op_sharpen=0&amp;
   resMode=bicub&amp;op_usm=0.0,0.0,0,0&amp;iccEmbed=0
   </urlModifier>
</saveImageFormatParam>

响应

<saveImageFormatReturn xmlns="http://www.scene7.com/IpsApi/xsd">
   <imageFormatHandle>47|301</imageFormatHandle>
</saveImageFormatReturn>
recommendation-more-help
4e9b9d8c-5839-4215-aa35-01b652869681