pb-imgsize 0.2.5

A Rust library to detect the dimensions of PNG and JPEG images.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.crc32fast]
version = "1.3.2"

[dependencies.memchr]
version = "2.5.0"
[dev-dependencies.assert_matches]
version = "1.5.0"

[package]
authors = ["Pete Bevin <pete@petebevin.com>"]
description = "A Rust library to detect the dimensions of PNG and JPEG images."
edition = "2021"
keywords = ["image", "png", "jpeg"]
license = "MIT"
name = "pb-imgsize"
readme = "README.md"
repository = "https://github.com/pbevin/imgsize"
version = "0.2.5"