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

8/1 サイズの画像をリクエストします。

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::Targetscatalog::UserData サムネールの拡大縮小 プロパティ 画像マップ

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