xmp xmp
XMP中繼資料。 傳回與要求路徑中所指定影像相關聯的XMP中繼資料。
req=xmp
其他指令會被忽略。 UTF-8編碼適用。 回應格式為MIME型別text/xml
的XML。
HTTP回應可使用以catalog::Expiration
為基礎的TTL進行快取。
屬性 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=,目錄::Targets,目錄::UserData,縮圖縮放,屬性,影像地圖
recommendation-more-help
a26166cd-f2f4-45ce-996d-96a0f0d6cf49