PhotosHdrMetadataGainmap

GoogleApi.ContentWarehouse.V1.Model.PhotosHdrMetadataGainmap


Table of Contents ▼

Jump to a specific part of the page:

Description

Details about gainmap-based HDR formats (e.g. go/ghdr). Notably, images can adhere to multiple gainmap specifications concurrently.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. adobeHdr (type: boolean(), default: nil)
    - Indicates that this image can be processed as an Adobe HDR (FlexDR) image by reading the MPF segments.
  2. appleHdr (type: boolean(), default: nil)
    - Indicates that this image can be processed as an Apple HDR image by reading the MPF segments (if JPEG) or HEIF segments (if HEIC).
  3. googleHdr (type: boolean(), default: nil)
    - Indicates that this image can be processed as a go/ghdr (UltraHDR) image by reading the GContainer in the primary XMP block.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.PhotosHdrMetadataGainmap{
adobeHdr: boolean() | nil,
appleHdr: boolean() | nil,
googleHdr: boolean() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.PhotosHdrMetadataGainmap