View Source GoogleApi.ContentWarehouse.V1.Model.PhotosHdrMetadataGainmap (google_api_content_warehouse v0.4.0)

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

Attributes

  • adobeHdr (type: boolean(), default: nil) - Indicates that this image can be processed as an Adobe HDR (FlexDR) image by reading the MPF segments.
  • 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).
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.