Skip to content

Rosme/imageformatdetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Format detector

The IFD is a simple C++ program that uses magic number and extension to figure out the format of an image file.

Requirements

  • Valid C++11 compiler
  • cmake 2.6+

Building

cmake && make

The executable should be in the bin directory

Usage

./bin/ImageFormatDetector <PathToImage>

About

Basic Image Format Detector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published