Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erikyo/filemeta


https://github.com/erikyo/filemeta

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# FileMeta lib
- filemeta.php: the php class
- globs.php: the hex definitions
- index.php: nonthing special... this only a page that load some images in order to test the class functionalities

## Magic numbers
https://en.wikipedia.org/wiki/List_of_file_signatures

## Supported formats
https://www.w3schools.com/html/html_media.asp

### webp (web picture?)
- [RIFF Header](https://developers.google.com/speed/webp/docs/webp_lossless_bitstream_specification#2_riff_header)
- [GUIDELINES FOR HANDLING IMAGE METADATA](https://web.archive.org/web/20180919181934/http://www.metadataworkinggroup.org/pdf/mwg_guidance.pdf)
- [WebP Lossless Bitstream Specification](https://developers.google.com/speed/webp/docs/webp_lossless_bitstream_specification)
- [RIFF extractor](https://doc.wikimedia.org/mediawiki-core/1.27.3/php/classRiffExtractor.html#aa9abd61e6595db90574ac5ee597d263e)

### .jpg|.avif|jfif && .tiff|.psd.. (JFIF - JPEG File Interchange Format)
- [JPG Structure](https://exiftool.org/TagNames/JPEG.html)
- https://github.com/corkami/formats/blob/master/image/jpeg.md

### .png|.apng (Portable Network Graphics)
- [PNG Structure](https://www.w3.org/TR/PNG-Structure.html)

### .gif (Graphics Interchange Format)
- [GIF Structure](https://www.w3.org/Graphics/GIF/spec-gif89a.txt)

### video samples
https://download.blender.org/peach/bigbuckbunny_movies/

### audio samples
https://espressif-docs.readthedocs-hosted.com/projects/esp-adf/en/latest/design-guide/audio-samples.html

---
credits https://doc.wikimedia.org/mediawiki-core/