imagesize 0.10.1

Quick probing of image dimensions without loading the entire file.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "imagesize"

version = "0.10.1"

authors = ["Maid Dog <maiddogsrl@gmail.com>"]

edition = "2018"

description = "Quick probing of image dimensions without loading the entire file."

documentation = "https://docs.rs/imagesize"

repository = "https://github.com/Roughsketch/imagesize"

readme = "README.md"

keywords = ["image", "size"]

categories = ["multimedia", "multimedia::images"]

license = "MIT"

exclude = ["test/*"]



[dependencies]