imageformat 0.1.3

Quick probing of image format without loading the entire file.
Documentation
[dependencies]

[lib]
edition = "2021"
name = "imageformat"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia", "multimedia::images"]
description = "Quick probing of image format without loading the entire file."
edition = "2021"
exclude = ["/.github", ".gitignore"]
homepage = "https://github.com/AllenDang/imageformat"
keywords = ["image", "metadata", "format"]
license = "MIT/Apache-2.0"
name = "imageformat"
readme = "README.md"
repository = "https://github.com/AllenDang/imageformat"
rust-version = "1.83.0"
version = "0.1.3"