// SPDX-FileCopyrightText: Copyright 2026 Au-Zone Technologies
// SPDX-License-Identifier: Apache-2.0
//! Output metadata returned by the decoder.
//!
//! The codec has no decode options: it always decodes to the source's native
//! format (JPEG → NV12/GREY, PNG → RGB/RGBA/GREY), writes that format onto the
//! destination tensor, and reports EXIF orientation for the caller to apply via
//! `ImageProcessor::convert()`. It never colour-converts or rotates.
use PixelFormat;
/// Metadata returned after a successful image decode.