xmp xmp

XMP元数据。 返回与请求路径中指定的图像关联的XMP元数据。

req=xmp

其它命令将被忽略。 UTF-8编码适用。 响应格式为带有MIME类型的XML text/xml.

HTTP 响应是可缓存的,且 TTL 基于 catalog::Expiration.

属性 section-0d26b6a56c844153ae5cea4880370d00

请求属性。 无论当前图层设置如何,均适用。

默认 section-1b2e089dce5d4e0ab664c62bf1be90dd

如果URL不包含图像路径或修改量,则:

#S7Z OK
#Mon Jul 25 17:28:32 PDT 2014
copyright=Copyright (c) 1995-2014 Adobe Systems Incorporated. All rights reserved.

否则, req=img

示例 section-34213692deab4a0f9037d5844132ee14

查询图像文件属性。

http:// *伺服器*/myPath/myImage.tif?req=imageprops

查询图像目录属性:

http:// *伺服器*/myRootId?req=catalogprops

从嵌入到HTML文件中的客户端JavaScript访问图像目录条目的属性:

<script language="JavaScript">
     //req=imageprops populates this object with properties:
     var image = new Object;
</script>
<script src="http://server/myRootId/myImageId?req=imageprops,javascript"></script>
<script>
     alert("Image Size: " + image.width + " x " + image.height);
</script>

检索特定目录条目的蒙版图像,缩放到原始大小的25%:

http:// *伺服器*/myRootId/myImageId?req=mask&scale=0.25

请求八分之一大小的图像:

http:// *伺服器*/myRootId/myImageId?scl=8

这与以下内容相同:

http:// *伺服器*/myRootId/myImageId?req=img&scl=8

根据图像目录中指定的缩略图属性,请求图像的缩略图:

http:// *伺服器*/myRootId/myImageId?req=tmb&wid=64&hei=64

向服务器日志发送文本消息:

http:// *伺服器*/myRootId?req=message&message=This%20is%20the%20message

另请参阅 section-80cb0892c9174681b640985a1a26e590

fmt=catalog::目标catalog::UserData缩略图缩放属性图像映射

recommendation-more-help
a26166cd-f2f4-45ce-996d-96a0f0d6cf49