RubyGems Navigation menu

filemagick-signatures 0.0.1

This module contains the signatures for use either independently or via the `filemagick` gem. The various file signatures currently supported are taken from [Gary Kessler's website][http://www.garykessler.net/library/file_sigs.html] The signatures are stored in a YAML file in the following format: ```yaml - mime: 'application/pdf' extensions: - 'pdf' signatures: starting: offset: 0 hexcodes: - '25504446' trailing: offset: 0 hexcodes: - '0a2525454f46' - '0a2525454f460a' - '0d0a2525454f460d0a' - '0d2525454f460d' ```

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.0.1 - October 19, 2014 (8 KB)

Development Dependencies (4):

bundler ~> 1.7
pry >= 0
rake ~> 10.0
rspec >= 0

Owners:

Authors:

  • Kashyap

SHA 256 checksum:

c3b888b25cb3dcd48836354cc1a651682d1ceca725a76ce089c36ff0e8cd37d1

Total downloads 3,398

For this version 3,398

License:

MIT

Required Ruby Version: >= 0

Links: