Crates.io | immeta |
lib.rs | immeta |
version | 0.4.0 |
source | src |
created_at | 2015-06-14 10:55:07.496775 |
updated_at | 2018-03-21 15:27:53.721114 |
description | An image metadata parsing library |
homepage | |
repository | https://github.com/netvl/immeta |
max_upload_size | |
id | 2377 |
size | 4,145,503 |
immeta is an image metadata processing library. It allows you to inspect metadata, that is, image dimensions, color information, etc. of various image formats.
Currently the following image formats are supported:
Support for more will come in future versions.
Important note: this library is not intended to load actual image contents, i.e. the pixel data. If you need this functionality, consider using other libraries like image.
Just add a dependency to your Cargo.toml
:
[dependencies]
immeta = "0.4"
You can see an example on how to use it in tests/test.rs
.
Debug
, Clone
, Eq
and PartialEq
implementations for GenericMetadata
.std::error::Error
implementation for immeta::Error
to facilitate interoperation
with other code.This library is licensed under MIT license.
Copyright (c) Vladimir Matveev, 2015