com.cloudinary

EagerTransformation

class EagerTransformation extends Transformation

Linear Supertypes
Transformation, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EagerTransformation
  2. Transformation
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EagerTransformation(format: String, transformations: List[Map[String, Any]] = ...)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def /: Transformation

    Definition Classes
    Transformation
  5. def /(another: Transformation): Transformation

    Definition Classes
    Transformation
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def a_(value: String*): Transformation

    Definition Classes
    Transformation
  9. def a_(value: Int): Transformation

    Definition Classes
    Transformation
  10. def angle(value: String*): Transformation

    Rotate or flip an image by the given degrees or automatically according to its orientation or available meta-data.

    Rotate or flip an image by the given degrees or automatically according to its orientation or available meta-data. Multiple modes can be applied.

    Definition Classes
    Transformation
  11. def angle(value: Int): Transformation

    Rotate an image by the given degrees.

    Rotate an image by the given degrees.

    Definition Classes
    Transformation
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def b_(value: String): Transformation

    Definition Classes
    Transformation
  14. def background(value: String): Transformation

    Defines the background color to use instead of transparent background areas when converting to JPG format.

    Defines the background color to use instead of transparent background areas when converting to JPG format.

    Definition Classes
    Transformation
  15. def bo_(width: Int, color: String): Transformation

    Definition Classes
    Transformation
  16. def border(width: Int, color: String): Transformation

    Add a solid border around the image.

    Add a solid border around the image.

    Definition Classes
    Transformation
  17. def c_(value: String): Transformation

    Definition Classes
    Transformation
  18. def chain(): Transformation

    Append a new transformation to the end

    Append a new transformation to the end

    Definition Classes
    Transformation
  19. def chain(another: Transformation): Transformation

    Chain another transformation

    Chain another transformation

    Definition Classes
    Transformation
  20. def circled(): Transformation

    Make image completely circular or oval (ellipse).

    Make image completely circular or oval (ellipse).

    Definition Classes
    Transformation
  21. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. def colorSpace(value: String): Transformation

    Definition Classes
    Transformation
  23. def crop(value: String): Transformation

    A crop mode that determines how to transform the image for fitting into the desired width & height dimensions.

    A crop mode that determines how to transform the image for fitting into the desired width & height dimensions.

    Definition Classes
    Transformation
  24. def d_(value: String): Transformation

    Definition Classes
    Transformation
  25. def defaultImage(value: String): Transformation

    Specify the public ID of a place-holder image to use if the requested image or social network picture does not exist.

    Specify the public ID of a place-holder image to use if the requested image or social network picture does not exist.

    Definition Classes
    Transformation
  26. def delay(value: Any): Transformation

    Definition Classes
    Transformation
  27. def density(value: Int): Transformation

    Control the density to use while converting a PDF document to images.

    Control the density to use while converting a PDF document to images. (range: 50-300, default: 150)

    Definition Classes
    Transformation
  28. def dl_(value: Any): Transformation

    Definition Classes
    Transformation
  29. def dn_(value: Int): Transformation

    Definition Classes
    Transformation
  30. def dpr(value: String): Transformation

    Definition Classes
    Transformation
  31. def dpr(value: Float): Transformation

    Definition Classes
    Transformation
  32. def dpr(value: Int): Transformation

    DPR - Device Pixel Ratio

    DPR - Device Pixel Ratio

    Definition Classes
    Transformation
  33. def e_(e: String, p: Any): Transformation

    Definition Classes
    Transformation
  34. def e_(value: String): Transformation

    Definition Classes
    Transformation
  35. def effect(e: String, p: Any): Transformation

    Definition Classes
    Transformation
  36. def effect(value: String): Transformation

    Apply a filter or an effect on an image.

    Apply a filter or an effect on an image. The value includes the name of the effect and an additional parameter that controls the behavior of the specific effect.

    Definition Classes
    Transformation
  37. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. def f_(value: String): Transformation

    Definition Classes
    Transformation
  39. def fetchFormat(value: String): Transformation

    Force format conversion to the given image format for remote 'fetch' URLs that already have a different format as part of their URLs.

    Force format conversion to the given image format for remote 'fetch' URLs that already have a different format as part of their URLs.

    Definition Classes
    Transformation
  40. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  41. def fl_(value: String*): Transformation

    Definition Classes
    Transformation
  42. def flags(value: String*): Transformation

    Set one or more flags that alter the default transformation behavior.

    Set one or more flags that alter the default transformation behavior.

    Definition Classes
    Transformation
  43. val format: String

  44. def g_(value: String): Transformation

    Definition Classes
    Transformation
  45. def generate(options: Map[String, Any]): String

    Attributes
    protected
    Definition Classes
    Transformation
  46. def generate(): String

    Definition Classes
    Transformation
  47. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  48. def getPixelSize(key: String): Option[Int]

    Attributes
    protected
    Definition Classes
    Transformation
  49. def gravity(value: String): Transformation

    Decides which part of the image to keep while 'crop', 'pad' and 'fill' crop modes are used.

    Decides which part of the image to keep while 'crop', 'pad' and 'fill' crop modes are used. For overlays, this decides where to place the overlay.

    Definition Classes
    Transformation
  50. def h_(value: Double): Transformation

    Definition Classes
    Transformation
  51. def h_(value: Float): Transformation

    Definition Classes
    Transformation
  52. def h_(value: Int): Transformation

    Definition Classes
    Transformation
  53. def hasInt(transformation: Map[String, Any], key: String): Boolean

    Attributes
    protected
    Definition Classes
    Transformation
  54. def height(value: Double): Transformation

    Definition Classes
    Transformation
  55. def height(value: Float): Transformation

    The required height in percent (0.

    The required height in percent (0.1 = 10%) of a transformed image or an overlay. Can be specified separately or together with the width value.

    Definition Classes
    Transformation
  56. def height(value: Int): Transformation

    The required height in pixels of a transformed image or an overlay.

    The required height in pixels of a transformed image or an overlay. Can be specified separately or together with the width value.

    Definition Classes
    Transformation
  57. def htmlHeight: Option[Int]

    Returns the detected height to be embedded in a HTML IMG tag based on transformation definitions alone

    Returns the detected height to be embedded in a HTML IMG tag based on transformation definitions alone

    Definition Classes
    Transformation
  58. def htmlWidth: Option[Int]

    Returns the detected width to be embedded in a HTML IMG tag based on transformation definitions alone

    Returns the detected width to be embedded in a HTML IMG tag based on transformation definitions alone

    Definition Classes
    Transformation
  59. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  60. def l_(value: String): Transformation

    Definition Classes
    Transformation
  61. def named(value: String*): Transformation

    Apply a pre-defined named transformation of the given name.

    Apply a pre-defined named transformation of the given name.

    Definition Classes
    Transformation
  62. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  63. def noHtmlSizes(transformation: Map[String, Any]): Boolean

    Attributes
    protected
    Definition Classes
    Transformation
  64. final def notify(): Unit

    Definition Classes
    AnyRef
  65. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  66. def o_(value: Int): Transformation

    Definition Classes
    Transformation
  67. def opacity(value: Int): Transformation

    Adjust opacity to the given percentage.

    Adjust opacity to the given percentage.

    Definition Classes
    Transformation
  68. def overlay(value: String): Transformation

    Add an overlay image over the base image.

    Add an overlay image over the base image. You can control the dimension and position of the overlay using the width, height, x, y and gravity parameters. The identifier can be a public ID of an uploaded image or a specific image kind, public ID and settings.

    Definition Classes
    Transformation
  69. def p_(value: String): Transformation

    Definition Classes
    Transformation
  70. def page(value: Int): Transformation

    Given a multi-page PDF document, generate an image of a single page using the given index.

    Given a multi-page PDF document, generate an image of a single page using the given index.

    Definition Classes
    Transformation
  71. def param(key: String, value: Any): Transformation

    Attributes
    protected
    Definition Classes
    Transformation
  72. def pg_(value: Int): Transformation

    Definition Classes
    Transformation
  73. def prefix(value: String): Transformation

    Definition Classes
    Transformation
  74. def q_(value: Any): Transformation

    Definition Classes
    Transformation
  75. def quality(value: Any): Transformation

    Control the JPG compression quality.

    Control the JPG compression quality. 1 is the lowest quality and 100 is the highest. The default is the original image's quality or 90% if not available. Reducing quality generates JPG images much smaller in file size.

    Definition Classes
    Transformation
  76. def r_(value: Int): Transformation

    Definition Classes
    Transformation
  77. def radius(value: Int): Transformation

    Round the corners of an image.

    Round the corners of an image.

    Definition Classes
    Transformation
  78. def rawTransformation(value: String): Transformation

    Definition Classes
    Transformation
  79. def responsiveWidth(value: Boolean): Transformation

    Sets explicitly whether this transformation has responsive width

    Sets explicitly whether this transformation has responsive width

    Definition Classes
    Transformation
  80. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  81. def t_(value: String*): Transformation

    Definition Classes
    Transformation
  82. def transformation: Map[String, Any]

    Attributes
    protected
    Definition Classes
    Transformation
  83. def u_(value: String): Transformation

    Definition Classes
    Transformation
  84. def underlay(value: String): Transformation

    Add an underlay image below a base partially-transparent image.

    Add an underlay image below a base partially-transparent image. You can control the dimensions and position of the underlay using the width, height, x, y and gravity parameters. The identifier can be a public ID of an uploaded image or a specific image kind, public ID and settings.

    Definition Classes
    Transformation
  85. def w_(value: String): Transformation

    Definition Classes
    Transformation
  86. def w_(value: Double): Transformation

    Definition Classes
    Transformation
  87. def w_(value: Float): Transformation

    Definition Classes
    Transformation
  88. def w_(value: Int): Transformation

    Definition Classes
    Transformation
  89. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  90. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  91. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  92. def width(value: String): Transformation

    The required width in pixels of a transformed image or an overlay.

    The required width in pixels of a transformed image or an overlay. Can be specified separately or together with the height value.

    Definition Classes
    Transformation
  93. def width(value: Double): Transformation

    Definition Classes
    Transformation
  94. def width(value: Float): Transformation

    The required width in percent (0.

    The required width in percent (0.1 = 10%) of a transformed image or an overlay. Can be specified separately or together with the height value.

    Definition Classes
    Transformation
  95. def width(value: Int): Transformation

    The required width in pixels of a transformed image or an overlay.

    The required width in pixels of a transformed image or an overlay. Can be specified separately or together with the height value.

    Definition Classes
    Transformation
  96. def x(value: Any): Transformation

    Horizontal position for custom-coordinates based cropping, overlay placement and certain region related effects.

    Horizontal position for custom-coordinates based cropping, overlay placement and certain region related effects.

    Definition Classes
    Transformation
  97. def x_(value: Any): Transformation

    Definition Classes
    Transformation
  98. def y(value: Any): Transformation

    Vertical position for custom-coordinates based cropping, overlay placement and certain region related effects.

    Vertical position for custom-coordinates based cropping, overlay placement and certain region related effects.

    Definition Classes
    Transformation
  99. def y_(value: Any): Transformation

    Definition Classes
    Transformation

Inherited from Transformation

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped