Image source classification for proper handling and processing.
@type t() :: :data_uri | :inline_svg | :external | :relative
@spec data_uri() :: t()
@spec external() :: t()
@spec inline_svg() :: t()
@spec relative() :: t()