Image aspect ratios for image generation.
@type t() :: :square | :portrait | :landscape | :landscape_16_9
@spec from_api(String.t() | nil) :: t() | nil
@spec to_api(t()) :: String.t()