PhotosHdrMetadata

AI Overview😉

  • The potential purpose of this module is to identify and process images that contain High Dynamic Range (HDR) information, which allows for a greater range of colors and contrast levels. This module aims to understand how an image expresses HDR information, such as through the use of gain maps or specialized color spaces.
  • This module could impact search results by prioritizing images that contain HDR information, as they may be considered more visually appealing or of higher quality. This could lead to images with HDR metadata being ranked higher in image search results, especially for searches related to photography or high-quality visuals.
  • To be more favorable for this function, a website could ensure that their images are optimized with HDR metadata, such as including gain maps or using specialized color spaces. This could involve using specific image formats or editing software that support HDR information. Additionally, websites could provide clear and descriptive alt text and captions for their images, which could help search engines understand the content and context of the images.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.PhotosHdrMetadata (google_api_content_warehouse v0.4.0)

HDR Metadata describes in what way an image expresses high dynamic range information (e.g. using a gainmap or a specialized color space).

Attributes

  • gainmap (type: GoogleApi.ContentWarehouse.V1.Model.PhotosHdrMetadataGainmap.t, default: nil) - Indicates the presence of some kind of gainmap-utilizing format.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.PhotosHdrMetadata{
  gainmap:
    GoogleApi.ContentWarehouse.V1.Model.PhotosHdrMetadataGainmap.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.