Faker.Avatar

Functions for generate random urls for avatars.

Source

Summary

image_url()

Return avatar url with random set and background

image_url(slug)

Return avatar url for given slug

image_url(width, height)

Return avatar url with random set and background, with size width x height pixels

image_url(slug, width, height)

Return avatar url for given slug, with size width x height pixels

Functions

image_url()

Specs:

  • image_url :: binary

Return avatar url with random set and background.

Source
image_url(slug)

Specs:

  • image_url(binary) :: binary

Return avatar url for given slug.

Source
image_url(width, height)

Specs:

  • image_url(integer, integer) :: binary

Return avatar url with random set and background, with size width x height pixels.

Source
image_url(slug, width, height)

Specs:

  • image_url(binary, integer, integer) :: binary

Return avatar url for given slug, with size width x height pixels.

Source