Cloudinary

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.0401 2012-05-20T14:52:56Z
 - Forgot to test for "data-src" when creating cloudinary_js_image()

0.04 2012-05-20T12:30:20Z
 - Add cloudinary_image() mojolicious helper
 - Add cloudinary_js_image() mojolicious helper
 - Add support for both short and long options to methods that need to
   shorten or expand w/width, h/height and friends: a => 'angle', b =>
   'background', c => 'crop', d => 'default_image', e => 'effect', f =>
   'fetch_format', g => 'gravity', h => 'height', l => 'overlay', p =>
   'prefix', q => 'quality', r => 'radius', t => 'named_transformation', w
   => 'width', x => 'x', y => 'y',

0.03 2012-04-13T18:18:55Z
 - Add public support for "resource_type"
 - Add response structures to documentation

0.02 2012-04-06T10:15:10Z
 - Add destroy(), which deletes remote resources
 - Fix adding "type" parameter when calculating "signature"

Cloudinary-0.16/Cloudinary-0.16/Changes  view on Meta::CPAN


0.0401 2012-05-20T14:52:56Z
 - Forgot to test for "data-src" when creating cloudinary_js_image()

0.04 2012-05-20T12:30:20Z
 - Add cloudinary_image() mojolicious helper
 - Add cloudinary_js_image() mojolicious helper
 - Add support for both short and long options to methods that need to
   shorten or expand w/width, h/height and friends: a => 'angle', b =>
   'background', c => 'crop', d => 'default_image', e => 'effect', f =>
   'fetch_format', g => 'gravity', h => 'height', l => 'overlay', p =>
   'prefix', q => 'quality', r => 'radius', t => 'named_transformation', w
   => 'width', x => 'x', y => 'y',

0.03 2012-04-13T18:18:55Z
 - Add public support for "resource_type"
 - Add response structures to documentation

0.02 2012-04-06T10:15:10Z
 - Add destroy(), which deletes remote resources
 - Fix adding "type" parameter when calculating "signature"

Cloudinary-0.16/Cloudinary-0.16/README  view on Meta::CPAN

    This module provides alias for the Cloudinary transformations:

      a = angle
      b = background
      c = crop
      d = default_image
      e = effect
      f = fetch_format
      g = gravity
      h = height
      l = overlay
      p = prefix
      q = quality
      r = radius
      t = named_transformation
      w = width
      x = x
      y = y

ATTRIBUTES
  cloud_name

Cloudinary-0.16/Cloudinary-0.16/lib/Cloudinary.pm  view on Meta::CPAN

{
  %LONGER = (
    a => 'angle',
    b => 'background',
    c => 'crop',
    d => 'default_image',
    e => 'effect',
    f => 'fetch_format',
    g => 'gravity',
    h => 'height',
    l => 'overlay',
    p => 'prefix',
    q => 'quality',
    r => 'radius',
    t => 'named_transformation',
    w => 'width',
    x => 'x',
    y => 'y',
  );
  %SHORTER = reverse %LONGER;
}

Cloudinary-0.16/Cloudinary-0.16/lib/Cloudinary.pm  view on Meta::CPAN

This module provides alias for the Cloudinary transformations:

  a = angle
  b = background
  c = crop
  d = default_image
  e = effect
  f = fetch_format
  g = gravity
  h = height
  l = overlay
  p = prefix
  q = quality
  r = radius
  t = named_transformation
  w = width
  x = x
  y = y

=head1 ATTRIBUTES

README  view on Meta::CPAN

    This module provides alias for the Cloudinary transformations:

      a = angle
      b = background
      c = crop
      d = default_image
      e = effect
      f = fetch_format
      g = gravity
      h = height
      l = overlay
      p = prefix
      q = quality
      r = radius
      t = named_transformation
      w = width
      x = x
      y = y

ATTRIBUTES
  cloud_name

lib/Cloudinary.pm  view on Meta::CPAN

{
  %LONGER = (
    a => 'angle',
    b => 'background',
    c => 'crop',
    d => 'default_image',
    e => 'effect',
    f => 'fetch_format',
    g => 'gravity',
    h => 'height',
    l => 'overlay',
    p => 'prefix',
    q => 'quality',
    r => 'radius',
    t => 'named_transformation',
    w => 'width',
    x => 'x',
    y => 'y',
  );
  %SHORTER = reverse %LONGER;
}

lib/Cloudinary.pm  view on Meta::CPAN

This module provides alias for the Cloudinary transformations:

  a = angle
  b = background
  c = crop
  d = default_image
  e = effect
  f = fetch_format
  g = gravity
  h = height
  l = overlay
  p = prefix
  q = quality
  r = radius
  t = named_transformation
  w = width
  x = x
  y = y

=head1 ATTRIBUTES



( run in 1.615 second using v1.01-cache-2.11-cpan-437f7b0c052 )