OutSystems Forge 日本語データベース

CoolExif

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2017-03-22 0.1.6 Patrick Baanvinger 10.0.0.402 All .NET Libraries
イメージバイナリデータからExifデータを取得する
このコンポーネントは、画像からExifデータを抽出し、それをリストに返します。 基本的な使い方は簡単です: コンポーネントの参照 アクションフローでLogic-> CoolExif-> GetExifDataFromImageという関数をドラッグします。 イメージを含むバイナリデータオブジェクトを提供します。 実行後、返されたKeyValuePairオブジェクトには、画像で見つかったExifフィールド(名前/値)を含むリストが含まれます。 このバージョンでは、次の3つのアクションが利用できます。 GetExifDataFromImage - タグ名と値を持つ基本的なキー/値ペアのリスト GetExifDataFromImageDirectory - ディレクトリにグループ化を含む GetExifDataFromImageAll - Exif識別子(整数値および16進値)を含みます。 バイナリデータに認識されない形式が含まれていると、ロジックで処理できる例外がスローされます。 注意:コンポーネントには画像に含まれていない情報はありません。たとえば、画像にこれらのExif-Tagsが含まれている場合にのみ、GeoLocationデータを見つけることができます。 メタデータ抽出ライブラリのDrew Noakes氏に感謝します。

[Overview]
Retrieve Exif Data from image binary data
[Detail]
This component extracts the Exif data from a picture and returns it in a list Basic usage is pretty straight-forward: Reference the component Drag the function Logic->CoolExif->GetExifDataFromImage in your action flow Provide a binary-data object containing an image After execution the returned KeyValuePair object contains a list with Exif Fields (Name/Value) which have been found in the image. There are three actions available in this version: GetExifDataFromImage - Basic key/value pair list with tag name and value GetExifDataFromImageDirectory - Includes grouping in directories GetExifDataFromImageAll - Includes the Exif identifiers (integer and hex-value) When the binary-data contains a not-recognized format, an exception is thrown which can be handled in your logic. Please be aware: The component does not provide information NOT found in the image. For example GeoLocation data can only be found when an image contains these Exif-Tags Thanks to Drew Noakes for the metadata-extractor libraries
戻る