jfifdump 0.2.0

Read and dump structure of a jpeg file
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "jfifdump"
version = "0.2.0"
description = "Read and dump structure of a jpeg file"
authors = ["Volker Ströbel <volkerstroebel@mysurdity.de>"]
edition = "2018"
license = "MIT OR Apache-2.0"
categories = ["multimedia::images"]
keywords = ["jpg", "jpeg", "image"]
readme = "README.md"
repository = "https://github.com/vstroebel/jfifdump.git"

[dependencies]
clap = "2"
json = "0.12"