RubyGems Navigation menu

file_data 6.0.0

Provides apis for extracting common metadata out of files as well as low level apis for advanced metadata parsing. Currently exif (jpeg/jpg) is almost entirely supported and mpeg4 (mp4,m4v,moov...) has limited support. For common metadata the FileInfo class provides methods names after the metadata items taking a filename. As an example, to get the origin date of a file you would call FileData::FileInfo.origin_date(filename). Advanced apis are provided via specific classes for each metadata type. For example, Exif for exif data and Mpeg4 for mpeg4 data. These can be used to improve the performance of gathering multiple metadata values from a file

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 6.0.0 - November 22, 2021 (19KB)
  2. 5.2.3 - October 21, 2021 (18KB)
  3. 5.2.2 - July 21, 2018 (17.5KB)
  4. 5.2.1 - July 21, 2018 (17.5KB)
  5. 5.2.0 - July 21, 2018 (17KB)
全てのバージョンを表示(全7件)

Development依存関係 (6):

bundler ~> 2.2
coveralls ~> 0.8
deep-cover ~> 0.6
fakefs ~> 0.10
rake ~> 13.0
rspec ~> 3.0

所有者:

プッシュ者:

作者:

  • Scott

SHA 256チェックサム:

83916e77abffb0290615c4d664e9faedfe749eed71a33b3cc1e4c34dea0f5332

累計ダウンロード数 11,382

このバージョンのみ 1,520

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: