Hi I want to detect file types in my application. libmagic is a option to do that. But i am not intend to string compare, for example
a mp3 file output using libmagic : Audio file with ID3 version 2.3.0, contains: MPEG ADTS, layer III, v1, 128 kbps, 44.1 kHz, JntStereo
is there any other libraries for True File Type Detection ?
Any help would be appreciated.
(mime-type, default extension, details, etc)? - Serge S.