0.0.2 • Published 5 years ago

@shuhei/incomplete-image-parser v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Incomplete Image Metadata Parsers

Incomplete image metadata parsers that I wrote to learn how metadata is stored in image files

Formats

  • JPEG
  • PNG
  • GIF
  • WebP
  • JPEG 2000

Note that implementations are incomplete even if they have checkmarks here!

Usage

Via HTTP(S) - Image format is chosen by the Content-Type header:

node index.js https://foo.com/bar.jpg

Via file system - Image format is chosen by the file extension:

node index.js ./foo.webp