Gray

Results 153 comments of Gray

Ok I've one of the jpeg types but it looks like the ones you've posted implement a newer "recursive" magic pattern that simplemagic doesn't understand. I've added it to the...

Yeah I've been looking at the raw bytes and I've also looked at both webpages you linked to interesting enough (yay google). Both the II and MM exif file headers...

Wait are you talking about mime types or file extensions? csv and xls file _extensions_ should be supported. What is missing right now from the library is next file handling...

Maybe duplicate of #38

That's correct because it _is_ a zip file. For me to detect it as something else means that I have to open it up and process the file contents which...

Can you provide an example file or URL?

The problem with these is that this _is_ a zip file. Being able to detect that it contains an Illustrator document requires different processing. I think it needs to be...

Thanks for this. Can you instead make the change where it is _used_. So revert the changes to `loc_compat.[ch]` and `user_malloc.[ch]` and make the `dmalloc_t.c`, `dmalloc.c`, `dmalloc_argv.c`, and `user_malloc.c` define...