0.4.0 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
MIT - MIT LicenseUnmaintained: feel free to fork.
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