ダウンロードリスト

プロジェクト概要

PHP Exif Library (PEL) は、デジタルカメラで撮影されたJPEGやTIFF画像に埋め込まれているExifヘッダーを読み書きするための使いやすいライブラリで、PHPのみで書かれています。PHP5が動くあらゆる環境で動作します。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2006-12-19 12:25
0.9.1

setExif()、getExif()、およびclearExif()メソッドをPelJpegオブジェクト内のExifデータを操作するための便利でお勧めの方法として追加された。 PelEntryTimeの完全な範囲内でタイムスタンプを9999年までに年間0から対処するように改良されました。これは、説明のコンテキストのうちPelTag::メソッドgetDescription()が削除されました。新しい例はExifデータをそのまま維持する方法の画像のサイズを変更する方法を示します。日本語の翻訳追加され、フランス語、デンマーク語翻訳更新されました。
タグ: Major bugfixes
setExif(), getExif(), and clearExif() methods were added as a convenient and recommended way of manipulating the Exif data in a PelJpeg object. PelEntryTime was improved to deal with timestamps in the full range from year 0 to year 9999. PelTag::getDescription() was removed because the descriptions were out of context. A new example demonstrates how to resize images while keeping the Exif data intact. A Japanese translation was added and the French and Danish translations were updated.

2006-01-08 15:46
0.9

GPS情報の完全なサポートは、以前のバージョンに沿ってコメントをJPEGととのAPI互換性を損なう追加され、ガンマタグ、およびWindows XP固有のタイトル、コメント、著者、キーワード、件名のタグ。非壊れた画像の厳格なモードでは、ほとんどのエラーが表示され、例外で実施された結果はありません。部分的なポーランド語の翻訳が追加されました。 APIドキュメントの各々のタグの形式やコンポーネントの数に制約の詳細についてを更新しました。
タグ: Major feature enhancements
Full support for GPS information was added, breaking API compatibility with the previous version, along with JPEG comments, the Gamma tag, and Windows XP-specific title, comment, author, keywords, and subject tags. A non-strict mode for broken images where most errors won't result in visible exceptions was implemented. A partial Polish translation was added. The API documentation was updated with details about the constraints on format and number of components for each tag.

2005-02-18 05:43
0.8

一方の代わりに読み込んで合計中断の原因と誤ったIFDのエントリはスキップされます。ドキュメントは、短期のFAQチュートリアルで拡張された。新しいテスト画像のライカDから追加されたラックスは、オリンパスC50ZとC765カメラ。
タグ: Documentation
Erroneous IFD entries will now be skipped while loading
instead of causing a total abort. The documentation was
expanded with a short tutorial and a FAQ. New test images
were added from Leica D-LUX, and Olympus C50Z and C765
cameras.

2004-10-10 22:34
0.7

PHPのバージョン5.0.2でのEXIFデータを正しく生成することを実行する。このリリースでは正常にPHP 5のすべてのバージョンで動作します。これはインストール上のgettextのサポートなしで実行される英語のテキストのみがでていません。新しいスクリプトの例の方法や、大量の画像のタイムスタンプに基づいて名前を変更することを示す追加されました。デンマーク語翻訳文を若干変更されました。テスト画像のコレクションには、個別にダウンロードするように分割されています。
タグ: Minor bugfixes
Running under PHP version 5.0.2 would produce incorrect EXIF data. This release works correctly on all versions of PHP 5. It runs on installations without support for Gettext, but does so with English text only. A new example script was added, showing how one can mass-rename images based on their timestamps. The Danish translation was updated slightly. The collection of test images has been split out as a separate download.

2004-07-21 23:54
0.6

PelJpegのためのインターフェイスとPelTiffので、1つは、JPEGやTIFF画像を、ゼロから新しいコンテンツを追加できますが、変更された。署名バイトとショーツの読み込みのバグだけでなく、バグの場所のタイムスタンプはUTC時刻で保存されたとしてもロードでのローカル時間で修正された。バイトにオブジェクトをPelJpeg電源コード、および修正された新しいテストケースを書くとし、ファイルからオブジェクトをPelJpegを読んでテストに書かれていた。ニコンのモデルE950、E5000、およびCoolscan IVは、テストスイートは、最大1000人以上にテストの総数は追加されてから新しい画像。
タグ: Major bugfixes
The interface for PelJpeg and PelTiff was changed so that one can now add new content from scratch to JPEG and TIFF images. Bugs in the loading of signed bytes and shorts were fixed, as well as a bug where timestamps were saved in UTC time but loaded in local time. The code that turned PelJpeg objects into bytes was fixed, and new test cases were written to test the writing and reading of PelJpeg objects to and from files. New images from Nikon models E950, E5000, and Coolscan IV have been added to the test suite, bringing the total number of tests up to more than 1000.

プロジェクトリソース