RubyGems Navigation menu

file_data 5.2.2

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 (19.0 KB)
  2. 5.2.3 - October 21, 2021 (18.0 KB)
  3. 5.2.2 - July 21, 2018 (17.5 KB)
  4. 5.2.1 - July 21, 2018 (17.5 KB)
  5. 5.2.0 - July 21, 2018 (17.0 KB)
显示所有版本 (共 7 个)

Development 依赖 (6):

bundler ~> 1.14
coveralls ~> 0.8
deep-cover ~> 0.6
fakefs ~> 0.10
rake ~> 10.0
rspec ~> 3.0

业主:

作者:

  • Scott

SHA 256 校验和:

7c93b69b2151922089f67a079cc51aa8462fb1497ae39009c96ba0abff592522

下载总量 11,632

这个版本 1,894

许可:

MIT

需要的 Ruby 版本: >= 0

链接: