simplemagic icon indicating copy to clipboard operation
simplemagic copied to clipboard

Question: is this repository still maintained?

Open AndroidDeveloperLB opened this issue 1 year ago • 4 comments

It seems it hasn't gotten new updates for some time.

Does it support relatively new file types?

For example AVIF, WEBP, JXL, HEIC, APNG , HEIF...

AndroidDeveloperLB avatar Jan 28 '25 19:01 AndroidDeveloperLB

I'm not actively keeping it up to date on all file types. If you submit small samples I can add them to the support file.

j256 avatar Jan 31 '25 23:01 j256

Is there perhaps a list of all supported file types of the library?

AndroidDeveloperLB avatar Jan 31 '25 23:01 AndroidDeveloperLB

The list depends on the magic file. You can take a look at the magic file to figure out what is supported. See: https://github.com/j256/simplemagic/blob/master/src/test/resources/magic

j256 avatar Mar 08 '25 18:03 j256

Cool!

AndroidDeveloperLB avatar Mar 08 '25 19:03 AndroidDeveloperLB