/mimemagic

Mime type detection in ruby via file extension or file content

Primary LanguageRubyMIT LicenseMIT

MimeMagic is a library to detect the mime type of a file by extension or by content.

Build StatusCode Climate

Usage

require 'mimemagic' MimeMagic.by_extension('html').text? MimeMagic.by_extension('.html').child_of? 'text/plain' MimeMagic.by_path('filename.txt') MimeMagic.by_magic(File.open('test.html')) etc...

API

http://rdoc.info/github/minad/mimemagic/frames/file/README

Authors

Daniel Mendler