XMP中繼資料。 傳回與請求路徑中指定之影像相關聯的XMP中繼資料。
req=xmp
會忽略其他命令。 UTF-8編碼適用。 響應的格式為MIME類型text/xml
的XML。
HTTP回應可根據catalog::Expiration
與TTL快取。
要求屬性。 無論目前的層設定為何皆適用。
如果URL不包含影像路徑或修飾元,則:
#S7Z OK
#Mon Jul 25 17:28:32 PDT 2014
copyright=Copyright (c) 1995-2014 Adobe Systems Incorporated. All rights reserved.
否則,req=img
查詢影像檔案屬性。
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
fmt= , catalog::目標, catalog::UserData, 縮圖縮放, 屬性, 影像地圖