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
画像を1/8のサイズでリクエストする:
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=、 カタログ::ターゲット 、 カタログ::UserData、 サムネール拡大・縮小、 プロパティ 、画像マップ