rawshift-image 0.1.1

Still-image decoding, RAW processing, and encoding for rawshift
Documentation
1
2
3
4
5
6
7
8
9
10
//! Metadata serialization for image export.
//!
//! This module provides utilities for converting `ImageMetadata` into
//! format-specific representations (EXIF, ICC) for embedding in output images.

#[cfg(feature = "exif")]
pub mod exif;
pub mod icc;
#[cfg(feature = "container-embed")]
pub mod xmp;