{"id":21366,"date":"2016-04-07T12:56:42","date_gmt":"2016-04-07T12:56:42","guid":{"rendered":"http:\/\/cloudinary_s_most_popular_image_processing_add_ons"},"modified":"2024-05-27T14:45:15","modified_gmt":"2024-05-27T21:45:15","slug":"cloudinary_s_most_popular_image_processing_add_ons","status":"publish","type":"post","link":"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons","title":{"rendered":"Cloudinary\u2019s most popular image processing add-ons"},"content":{"rendered":"<div class=\"wp-block-cloudinary-markdown \"><p>Perhaps some of you readers that have been around for a while remember our <a href=\"https:\/\/cloudinary.com\/blog\/powerful_image_processing_services_fully_integrated_as_cloud_based_cloudinary_add_ons\">add-ons launch 2 years back<\/a>, when we introduced a number of third party image processing products, fully integrated into the Cloudinary image management pipeline.\nSince then our add-ons marketplace has grown, both in our offerings and in usage. We now have <a href=\"https:\/\/cloudinary.com\/users\/login?RelayState=%2Fconsole%2Faddons\">11 add-ons<\/a> offering various capabilities and improvements.<\/p>\n<p>I decided to take a peek and see which of our add-ons are most frequently used and popular amongst our customers.<\/p>\n<h2>Advanced Facial Attribute Detection<\/h2>\n<p>Firstly, we have our <a href=\"https:\/\/cloudinary.com\/documentation\/advanced_facial_attributes_detection_addon\">Advanced Facial Attribute Detection<\/a> add-on. The \u2018Face API\u2019 of Microsoft\u2019s Cognitive Services allows you to accurately and automatically detect eyes, nose and other facial attributes in your photos. An in depth blog post describing this powerful add-on is coming up in the next couple of weeks, so stay tuned \ud83d\ude42<\/p>\n<p>For example:\n<cld-code-widget\n      class=\" c-code-widget\"\n      snippets=\"[{&quot;sdkId&quot;:&quot;nodejs&quot;,&quot;framework&quot;:&quot;nodejs&quot;,&quot;language&quot;:&quot;nodejs&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.image(\\&quot;cloudinary_team.jpg\\&quot;, {transformation: [ {overlay: \\&quot;santa_hat\\&quot;, effect: \\&quot;trim\\&quot;}, {gravity: \\&quot;north_east\\&quot;, width: \\&quot;1.0\\&quot;, height: \\&quot;2.3\\&quot;, crop: \\&quot;lpad\\&quot;}, {gravity: \\&quot;adv_eyes\\&quot;, flags: [\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;], width: \\&quot;2.6\\&quot;, crop: \\&quot;scale\\&quot;}, {width: 500, crop: \\&quot;scale\\&quot;} ]})&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.image(\\&quot;cloudinary_team.jpg\\&quot;, {transformation: [\\n  {overlay: \\&quot;santa_hat\\&quot;, effect: \\&quot;trim\\&quot;},\\n  {gravity: \\&quot;north_east\\&quot;, width: \\&quot;1.0\\&quot;, height: \\&quot;2.3\\&quot;, crop: \\&quot;lpad\\&quot;},\\n  {gravity: \\&quot;adv_eyes\\&quot;, flags: [\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;], width: \\&quot;2.6\\&quot;, crop: \\&quot;scale\\&quot;},\\n  {width: 500, crop: \\&quot;scale\\&quot;}\\n  ]})&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Node.js&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;2.x&quot;},{&quot;sdkId&quot;:&quot;react_2&quot;,&quot;framework&quot;:&quot;react_2&quot;,&quot;language&quot;:&quot;react&quot;,&quot;rawCodeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;cloudinary_team.jpg\\&quot;)\\n  .overlay(\\n    source(\\n      image(\\&quot;santa_hat\\&quot;).transformation(\\n        new Transformation()\\n          .reshape(trim())\\n          .resize(\\n            limitPad().width(\\&quot;1.0\\&quot;).height(2.3).gravity(compass(\\&quot;north_east\\&quot;))\\n          )\\n          .resize(scale().width(2.6).regionRelative())\\n      )\\n    ).position(new Position().gravity(focusOn(advancedEyes())))\\n  )\\n  .resize(scale().width(500));&quot;,&quot;codeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;cloudinary_team.jpg\\&quot;)\\n  .overlay(\\n    source(\\n      image(\\&quot;santa_hat\\&quot;).transformation(\\n        new Transformation()\\n          .reshape(trim())\\n          .resize(\\n            limitPad().width(\\&quot;1.0\\&quot;).height(2.3).gravity(compass(\\&quot;north_east\\&quot;))\\n          )\\n          .resize(scale().width(2.6).regionRelative())\\n      )\\n    ).position(new Position().gravity(focusOn(advancedEyes())))\\n  )\\n  .resize(scale().width(500));&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;React&quot;,&quot;packageName&quot;:&quot;@cloudinary\\\/react&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;react&quot;,&quot;framework&quot;:&quot;react&quot;,&quot;language&quot;:&quot;react&quot;,&quot;rawCodeSnippet&quot;:&quot;&lt;Image publicId=\\&quot;cloudinary_team.jpg\\&quot; &gt; &lt;Transformation overlay=\\&quot;santa_hat\\&quot; effect=\\&quot;trim\\&quot; \\\/&gt; &lt;Transformation gravity=\\&quot;north_east\\&quot; width=\\&quot;1.0\\&quot; height=\\&quot;2.3\\&quot; crop=\\&quot;lpad\\&quot; \\\/&gt; &lt;Transformation gravity=\\&quot;adv_eyes\\&quot; flags={[\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;]} width=\\&quot;2.6\\&quot; crop=\\&quot;scale\\&quot; \\\/&gt; &lt;Transformation width=\\&quot;500\\&quot; crop=\\&quot;scale\\&quot; \\\/&gt; &lt;\\\/Image&gt;&quot;,&quot;codeSnippet&quot;:&quot;&lt;Image publicId=\\&quot;cloudinary_team.jpg\\&quot; &gt;\\n\\t&lt;Transformation overlay=\\&quot;santa_hat\\&quot; effect=\\&quot;trim\\&quot; \\\/&gt;\\n\\t&lt;Transformation gravity=\\&quot;north_east\\&quot; width=\\&quot;1.0\\&quot; height=\\&quot;2.3\\&quot; crop=\\&quot;lpad\\&quot; \\\/&gt;\\n\\t&lt;Transformation gravity=\\&quot;adv_eyes\\&quot; flags={[\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;]} width=\\&quot;2.6\\&quot; crop=\\&quot;scale\\&quot; \\\/&gt;\\n\\t&lt;Transformation width=\\&quot;500\\&quot; crop=\\&quot;scale\\&quot; \\\/&gt;\\n&lt;\\\/Image&gt;&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;React&quot;,&quot;packageName&quot;:&quot;cloudinary-react&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;vue_2&quot;,&quot;framework&quot;:&quot;vue_2&quot;,&quot;language&quot;:&quot;vue&quot;,&quot;rawCodeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;cloudinary_team.jpg\\&quot;)\\n  .overlay(\\n    source(\\n      image(\\&quot;santa_hat\\&quot;).transformation(\\n        new Transformation()\\n          .reshape(trim())\\n          .resize(\\n            limitPad().width(\\&quot;1.0\\&quot;).height(2.3).gravity(compass(\\&quot;north_east\\&quot;))\\n          )\\n          .resize(scale().width(2.6).regionRelative())\\n      )\\n    ).position(new Position().gravity(focusOn(advancedEyes())))\\n  )\\n  .resize(scale().width(500));&quot;,&quot;codeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;cloudinary_team.jpg\\&quot;)\\n  .overlay(\\n    source(\\n      image(\\&quot;santa_hat\\&quot;).transformation(\\n        new Transformation()\\n          .reshape(trim())\\n          .resize(\\n            limitPad().width(\\&quot;1.0\\&quot;).height(2.3).gravity(compass(\\&quot;north_east\\&quot;))\\n          )\\n          .resize(scale().width(2.6).regionRelative())\\n      )\\n    ).position(new Position().gravity(focusOn(advancedEyes())))\\n  )\\n  .resize(scale().width(500));&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Vue.js&quot;,&quot;packageName&quot;:&quot;@cloudinary\\\/vue&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;vue&quot;,&quot;framework&quot;:&quot;vue&quot;,&quot;language&quot;:&quot;vue&quot;,&quot;rawCodeSnippet&quot;:&quot;&lt;cld-image public-id=\\&quot;cloudinary_team.jpg\\&quot; &gt; &lt;cld-transformation :overlay=\\&quot;santa_hat\\&quot; effect=\\&quot;trim\\&quot; \\\/&gt; &lt;cld-transformation gravity=\\&quot;north_east\\&quot; width=\\&quot;1.0\\&quot; height=\\&quot;2.3\\&quot; crop=\\&quot;lpad\\&quot; \\\/&gt; &lt;cld-transformation gravity=\\&quot;adv_eyes\\&quot; flags={[\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;]} width=\\&quot;2.6\\&quot; crop=\\&quot;scale\\&quot; \\\/&gt; &lt;cld-transformation width=\\&quot;500\\&quot; crop=\\&quot;scale\\&quot; \\\/&gt; &lt;\\\/cld-image&gt;&quot;,&quot;codeSnippet&quot;:&quot;&lt;cld-image public-id=\\&quot;cloudinary_team.jpg\\&quot; &gt;\\n\\t&lt;cld-transformation :overlay=\\&quot;santa_hat\\&quot; effect=\\&quot;trim\\&quot; \\\/&gt;\\n\\t&lt;cld-transformation gravity=\\&quot;north_east\\&quot; width=\\&quot;1.0\\&quot; height=\\&quot;2.3\\&quot; crop=\\&quot;lpad\\&quot; \\\/&gt;\\n\\t&lt;cld-transformation gravity=\\&quot;adv_eyes\\&quot; flags={[\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;]} width=\\&quot;2.6\\&quot; crop=\\&quot;scale\\&quot; \\\/&gt;\\n\\t&lt;cld-transformation width=\\&quot;500\\&quot; crop=\\&quot;scale\\&quot; \\\/&gt;\\n&lt;\\\/cld-image&gt;&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Vue.js&quot;,&quot;packageName&quot;:&quot;cloudinary-vue&quot;,&quot;packageStatus&quot;:&quot;legacy&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;angular_2&quot;,&quot;framework&quot;:&quot;angular_2&quot;,&quot;language&quot;:&quot;angular&quot;,&quot;rawCodeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;cloudinary_team.jpg\\&quot;)\\n  .overlay(\\n    source(\\n      image(\\&quot;santa_hat\\&quot;).transformation(\\n        new Transformation()\\n          .reshape(trim())\\n          .resize(\\n            limitPad().width(\\&quot;1.0\\&quot;).height(2.3).gravity(compass(\\&quot;north_east\\&quot;))\\n          )\\n          .resize(scale().width(2.6).regionRelative())\\n      )\\n    ).position(new Position().gravity(focusOn(advancedEyes())))\\n  )\\n  .resize(scale().width(500));&quot;,&quot;codeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;cloudinary_team.jpg\\&quot;)\\n  .overlay(\\n    source(\\n      image(\\&quot;santa_hat\\&quot;).transformation(\\n        new Transformation()\\n          .reshape(trim())\\n          .resize(\\n            limitPad().width(\\&quot;1.0\\&quot;).height(2.3).gravity(compass(\\&quot;north_east\\&quot;))\\n          )\\n          .resize(scale().width(2.6).regionRelative())\\n      )\\n    ).position(new Position().gravity(focusOn(advancedEyes())))\\n  )\\n  .resize(scale().width(500));&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Angular&quot;,&quot;packageName&quot;:&quot;@cloudinary\\\/ng&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;angular&quot;,&quot;framework&quot;:&quot;angular&quot;,&quot;language&quot;:&quot;angular&quot;,&quot;rawCodeSnippet&quot;:&quot;&lt;cl-image public-id=\\&quot;cloudinary_team.jpg\\&quot; &gt; &lt;cl-transformation overlay=\\&quot;santa_hat\\&quot; effect=\\&quot;trim\\&quot;&gt; &lt;\\\/cl-transformation&gt; &lt;cl-transformation gravity=\\&quot;north_east\\&quot; width=\\&quot;1.0\\&quot; height=\\&quot;2.3\\&quot; crop=\\&quot;lpad\\&quot;&gt; &lt;\\\/cl-transformation&gt; &lt;cl-transformation gravity=\\&quot;adv_eyes\\&quot; flags={{[\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;]}} width=\\&quot;2.6\\&quot; crop=\\&quot;scale\\&quot;&gt; &lt;\\\/cl-transformation&gt; &lt;cl-transformation width=\\&quot;500\\&quot; crop=\\&quot;scale\\&quot;&gt; &lt;\\\/cl-transformation&gt; &lt;\\\/cl-image&gt;&quot;,&quot;codeSnippet&quot;:&quot;&lt;cl-image public-id=\\&quot;cloudinary_team.jpg\\&quot; &gt;\\n\\t&lt;cl-transformation overlay=\\&quot;santa_hat\\&quot; effect=\\&quot;trim\\&quot;&gt;\\n\\t&lt;\\\/cl-transformation&gt;\\n\\t&lt;cl-transformation gravity=\\&quot;north_east\\&quot; width=\\&quot;1.0\\&quot; height=\\&quot;2.3\\&quot; crop=\\&quot;lpad\\&quot;&gt;\\n\\t&lt;\\\/cl-transformation&gt;\\n\\t&lt;cl-transformation gravity=\\&quot;adv_eyes\\&quot; flags={{[\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;]}} width=\\&quot;2.6\\&quot; crop=\\&quot;scale\\&quot;&gt;\\n\\t&lt;\\\/cl-transformation&gt;\\n\\t&lt;cl-transformation width=\\&quot;500\\&quot; crop=\\&quot;scale\\&quot;&gt;\\n\\t&lt;\\\/cl-transformation&gt;\\n&lt;\\\/cl-image&gt;&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Angular&quot;,&quot;packageName&quot;:&quot;@cloudinary\\\/angular-5.x&quot;,&quot;packageStatus&quot;:&quot;legacy&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;js_2&quot;,&quot;framework&quot;:&quot;js_2&quot;,&quot;language&quot;:&quot;js&quot;,&quot;rawCodeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;cloudinary_team.jpg\\&quot;)\\n  .overlay(\\n    source(\\n      image(\\&quot;santa_hat\\&quot;).transformation(\\n        new Transformation()\\n          .reshape(trim())\\n          .resize(\\n            limitPad().width(\\&quot;1.0\\&quot;).height(2.3).gravity(compass(\\&quot;north_east\\&quot;))\\n          )\\n          .resize(scale().width(2.6).regionRelative())\\n      )\\n    ).position(new Position().gravity(focusOn(advancedEyes())))\\n  )\\n  .resize(scale().width(500));&quot;,&quot;codeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;cloudinary_team.jpg\\&quot;)\\n  .overlay(\\n    source(\\n      image(\\&quot;santa_hat\\&quot;).transformation(\\n        new Transformation()\\n          .reshape(trim())\\n          .resize(\\n            limitPad().width(\\&quot;1.0\\&quot;).height(2.3).gravity(compass(\\&quot;north_east\\&quot;))\\n          )\\n          .resize(scale().width(2.6).regionRelative())\\n      )\\n    ).position(new Position().gravity(focusOn(advancedEyes())))\\n  )\\n  .resize(scale().width(500));&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;JS&quot;,&quot;packageName&quot;:&quot;@cloudinary\\\/url-gen&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;js&quot;,&quot;framework&quot;:&quot;js&quot;,&quot;language&quot;:&quot;js&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.imageTag(&#039;cloudinary_team.jpg&#039;, {transformation: [ {overlay: new cloudinary.Layer().publicId(\\&quot;santa_hat\\&quot;), effect: \\&quot;trim\\&quot;}, {gravity: \\&quot;north_east\\&quot;, width: \\&quot;1.0\\&quot;, height: \\&quot;2.3\\&quot;, crop: \\&quot;lpad\\&quot;}, {gravity: \\&quot;adv_eyes\\&quot;, flags: [\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;], width: \\&quot;2.6\\&quot;, crop: \\&quot;scale\\&quot;}, {width: 500, crop: \\&quot;scale\\&quot;} ]}).toHtml();&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.imageTag(&#039;cloudinary_team.jpg&#039;, {transformation: [\\n  {overlay: new cloudinary.Layer().publicId(\\&quot;santa_hat\\&quot;), effect: \\&quot;trim\\&quot;},\\n  {gravity: \\&quot;north_east\\&quot;, width: \\&quot;1.0\\&quot;, height: \\&quot;2.3\\&quot;, crop: \\&quot;lpad\\&quot;},\\n  {gravity: \\&quot;adv_eyes\\&quot;, flags: [\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;], width: \\&quot;2.6\\&quot;, crop: \\&quot;scale\\&quot;},\\n  {width: 500, crop: \\&quot;scale\\&quot;}\\n  ]}).toHtml();&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;JS&quot;,&quot;packageName&quot;:&quot;cloudinary-core&quot;,&quot;packageStatus&quot;:&quot;legacy&quot;,&quot;packageVersion&quot;:&quot;2.x&quot;},{&quot;sdkId&quot;:&quot;python&quot;,&quot;framework&quot;:&quot;python&quot;,&quot;language&quot;:&quot;python&quot;,&quot;rawCodeSnippet&quot;:&quot;CloudinaryImage(\\&quot;cloudinary_team.jpg\\&quot;).image(transformation=[ {&#039;overlay&#039;: \\&quot;santa_hat\\&quot;, &#039;effect&#039;: \\&quot;trim\\&quot;}, {&#039;gravity&#039;: \\&quot;north_east\\&quot;, &#039;width&#039;: \\&quot;1.0\\&quot;, &#039;height&#039;: \\&quot;2.3\\&quot;, &#039;crop&#039;: \\&quot;lpad\\&quot;}, {&#039;gravity&#039;: \\&quot;adv_eyes\\&quot;, &#039;flags&#039;: [\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;], &#039;width&#039;: \\&quot;2.6\\&quot;, &#039;crop&#039;: \\&quot;scale\\&quot;}, {&#039;width&#039;: 500, &#039;crop&#039;: \\&quot;scale\\&quot;} ])&quot;,&quot;codeSnippet&quot;:&quot;CloudinaryImage(\\&quot;cloudinary_team.jpg\\&quot;).image(transformation=[\\n  {&#039;overlay&#039;: \\&quot;santa_hat\\&quot;, &#039;effect&#039;: \\&quot;trim\\&quot;},\\n  {&#039;gravity&#039;: \\&quot;north_east\\&quot;, &#039;width&#039;: \\&quot;1.0\\&quot;, &#039;height&#039;: \\&quot;2.3\\&quot;, &#039;crop&#039;: \\&quot;lpad\\&quot;},\\n  {&#039;gravity&#039;: \\&quot;adv_eyes\\&quot;, &#039;flags&#039;: [\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;], &#039;width&#039;: \\&quot;2.6\\&quot;, &#039;crop&#039;: \\&quot;scale\\&quot;},\\n  {&#039;width&#039;: 500, &#039;crop&#039;: \\&quot;scale\\&quot;}\\n  ])&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Python&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;php_2&quot;,&quot;framework&quot;:&quot;php_2&quot;,&quot;language&quot;:&quot;php&quot;,&quot;rawCodeSnippet&quot;:&quot;(new ImageTag(&#039;cloudinary_team.jpg&#039;))\\n\\t-&gt;overlay(Overlay::source(\\n\\tSource::image(\\&quot;santa_hat\\&quot;)\\n\\t-&gt;transformation((new Transformation())\\n\\t-&gt;reshape(Reshape::trim())\\n\\t-&gt;resize(Resize::limitPad()-&gt;width(1.0)\\n-&gt;height(2.3)\\n\\t-&gt;gravity(\\n\\tGravity::compass(\\n\\tCompass::northEast()))\\n\\t)\\n\\t-&gt;resize(Resize::scale()-&gt;width(2.6)\\n\\t-&gt;regionRelative()\\n\\t))\\n\\t)\\n\\t-&gt;position((new Position())\\n\\t-&gt;gravity(\\n\\tGravity::focusOn(\\n\\tFocusOn::advancedEyes()))\\n\\t)\\n\\t)\\n\\t-&gt;resize(Resize::scale()-&gt;width(500));&quot;,&quot;codeSnippet&quot;:&quot;(new ImageTag(&#039;cloudinary_team.jpg&#039;))\\n\\t-&gt;overlay(Overlay::source(\\n\\tSource::image(\\&quot;santa_hat\\&quot;)\\n\\t-&gt;transformation((new Transformation())\\n\\t-&gt;reshape(Reshape::trim())\\n\\t-&gt;resize(Resize::limitPad()-&gt;width(1.0)\\n-&gt;height(2.3)\\n\\t-&gt;gravity(\\n\\tGravity::compass(\\n\\tCompass::northEast()))\\n\\t)\\n\\t-&gt;resize(Resize::scale()-&gt;width(2.6)\\n\\t-&gt;regionRelative()\\n\\t))\\n\\t)\\n\\t-&gt;position((new Position())\\n\\t-&gt;gravity(\\n\\tGravity::focusOn(\\n\\tFocusOn::advancedEyes()))\\n\\t)\\n\\t)\\n\\t-&gt;resize(Resize::scale()-&gt;width(500));&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;PHP&quot;,&quot;packageName&quot;:&quot;cloudinary_php&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;3.x&quot;},{&quot;sdkId&quot;:&quot;php&quot;,&quot;framework&quot;:&quot;php&quot;,&quot;language&quot;:&quot;php&quot;,&quot;rawCodeSnippet&quot;:&quot;cl_image_tag(\\&quot;cloudinary_team.jpg\\&quot;, array(\\&quot;transformation\\&quot;=&gt;array( array(\\&quot;overlay\\&quot;=&gt;\\&quot;santa_hat\\&quot;, \\&quot;effect\\&quot;=&gt;\\&quot;trim\\&quot;), array(\\&quot;gravity\\&quot;=&gt;\\&quot;north_east\\&quot;, \\&quot;width\\&quot;=&gt;\\&quot;1.0\\&quot;, \\&quot;height\\&quot;=&gt;\\&quot;2.3\\&quot;, \\&quot;crop\\&quot;=&gt;\\&quot;lpad\\&quot;), array(\\&quot;gravity\\&quot;=&gt;\\&quot;adv_eyes\\&quot;, \\&quot;flags\\&quot;=&gt;array(\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;), \\&quot;width\\&quot;=&gt;\\&quot;2.6\\&quot;, \\&quot;crop\\&quot;=&gt;\\&quot;scale\\&quot;), array(\\&quot;width\\&quot;=&gt;500, \\&quot;crop\\&quot;=&gt;\\&quot;scale\\&quot;) )))&quot;,&quot;codeSnippet&quot;:&quot;cl_image_tag(\\&quot;cloudinary_team.jpg\\&quot;, array(\\&quot;transformation\\&quot;=&gt;array(\\n  array(\\&quot;overlay\\&quot;=&gt;\\&quot;santa_hat\\&quot;, \\&quot;effect\\&quot;=&gt;\\&quot;trim\\&quot;),\\n  array(\\&quot;gravity\\&quot;=&gt;\\&quot;north_east\\&quot;, \\&quot;width\\&quot;=&gt;\\&quot;1.0\\&quot;, \\&quot;height\\&quot;=&gt;\\&quot;2.3\\&quot;, \\&quot;crop\\&quot;=&gt;\\&quot;lpad\\&quot;),\\n  array(\\&quot;gravity\\&quot;=&gt;\\&quot;adv_eyes\\&quot;, \\&quot;flags\\&quot;=&gt;array(\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;), \\&quot;width\\&quot;=&gt;\\&quot;2.6\\&quot;, \\&quot;crop\\&quot;=&gt;\\&quot;scale\\&quot;),\\n  array(\\&quot;width\\&quot;=&gt;500, \\&quot;crop\\&quot;=&gt;\\&quot;scale\\&quot;)\\n  )))&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;PHP&quot;,&quot;packageName&quot;:&quot;cloudinary_php&quot;,&quot;packageStatus&quot;:&quot;legacy&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;java&quot;,&quot;framework&quot;:&quot;java&quot;,&quot;language&quot;:&quot;java&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.url().transformation(new Transformation().overlay(new Layer().publicId(\\&quot;santa_hat\\&quot;)).effect(\\&quot;trim\\&quot;).chain() .gravity(\\&quot;north_east\\&quot;).width(1.0).height(2.3).crop(\\&quot;lpad\\&quot;).chain() .gravity(\\&quot;adv_eyes\\&quot;).flags(\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;).width(2.6).crop(\\&quot;scale\\&quot;).chain() .width(500).crop(\\&quot;scale\\&quot;)).imageTag(\\&quot;cloudinary_team.jpg\\&quot;);&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.url().transformation(new Transformation()\\n  .overlay(new Layer().publicId(\\&quot;santa_hat\\&quot;)).effect(\\&quot;trim\\&quot;).chain()\\n  .gravity(\\&quot;north_east\\&quot;).width(1.0).height(2.3).crop(\\&quot;lpad\\&quot;).chain()\\n  .gravity(\\&quot;adv_eyes\\&quot;).flags(\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;).width(2.6).crop(\\&quot;scale\\&quot;).chain()\\n  .width(500).crop(\\&quot;scale\\&quot;)).imageTag(\\&quot;cloudinary_team.jpg\\&quot;);&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Java&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;2.x&quot;},{&quot;sdkId&quot;:&quot;ruby&quot;,&quot;framework&quot;:&quot;ruby&quot;,&quot;language&quot;:&quot;ruby&quot;,&quot;rawCodeSnippet&quot;:&quot;cl_image_tag(\\&quot;cloudinary_team.jpg\\&quot;, transformation: [ {overlay: \\&quot;santa_hat\\&quot;, effect: \\&quot;trim\\&quot;}, {gravity: \\&quot;north_east\\&quot;, width: 1.0, height: 2.3, crop: \\&quot;lpad\\&quot;}, {gravity: \\&quot;adv_eyes\\&quot;, flags: [\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;], width: 2.6, crop: \\&quot;scale\\&quot;}, {width: 500, crop: \\&quot;scale\\&quot;} ])&quot;,&quot;codeSnippet&quot;:&quot;cl_image_tag(\\&quot;cloudinary_team.jpg\\&quot;, transformation: [\\n  {overlay: \\&quot;santa_hat\\&quot;, effect: \\&quot;trim\\&quot;},\\n  {gravity: \\&quot;north_east\\&quot;, width: 1.0, height: 2.3, crop: \\&quot;lpad\\&quot;},\\n  {gravity: \\&quot;adv_eyes\\&quot;, flags: [\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;], width: 2.6, crop: \\&quot;scale\\&quot;},\\n  {width: 500, crop: \\&quot;scale\\&quot;}\\n  ])&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Ruby&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;2.x&quot;},{&quot;sdkId&quot;:&quot;csharp&quot;,&quot;framework&quot;:&quot;csharp&quot;,&quot;language&quot;:&quot;csharp&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.Api.UrlImgUp.Transform(new Transformation().Overlay(new Layer().PublicId(\\&quot;santa_hat\\&quot;)).Effect(\\&quot;trim\\&quot;).Chain() .Gravity(\\&quot;north_east\\&quot;).Width(1.0).Height(2.3).Crop(\\&quot;lpad\\&quot;).Chain() .Gravity(\\&quot;adv_eyes\\&quot;).Flags(\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;).Width(2.6).Crop(\\&quot;scale\\&quot;).Chain() .Width(500).Crop(\\&quot;scale\\&quot;)).BuildImageTag(\\&quot;cloudinary_team.jpg\\&quot;)&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.Api.UrlImgUp.Transform(new Transformation()\\n  .Overlay(new Layer().PublicId(\\&quot;santa_hat\\&quot;)).Effect(\\&quot;trim\\&quot;).Chain()\\n  .Gravity(\\&quot;north_east\\&quot;).Width(1.0).Height(2.3).Crop(\\&quot;lpad\\&quot;).Chain()\\n  .Gravity(\\&quot;adv_eyes\\&quot;).Flags(\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;).Width(2.6).Crop(\\&quot;scale\\&quot;).Chain()\\n  .Width(500).Crop(\\&quot;scale\\&quot;)).BuildImageTag(\\&quot;cloudinary_team.jpg\\&quot;)&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;.NET&quot;,&quot;packageName&quot;:&quot;CloudinaryDotNet&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;dart&quot;,&quot;framework&quot;:&quot;dart&quot;,&quot;language&quot;:&quot;dart&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.image(&#039;cloudinary_team.jpg&#039;).transformation(Transformation()\\n\\t.overlay(Overlay.source(\\n\\tSource.image(\\&quot;santa_hat\\&quot;)\\n\\t.transformation(new Transformation()\\n\\t.reshape(Reshape.trim())\\n\\t.resize(Resize.limitPad().width(&#039;1.0&#039;)\\n.height(2.3)\\n\\t.gravity(\\n\\tGravity.compass(\\n\\tCompass.northEast()))\\n\\t)\\n\\t.resize(Resize.scale().width(2.6)\\n\\t.regionRelative()\\n\\t))\\n\\t)\\n\\t.position(Position()\\n\\t.gravity(\\n\\tGravity.focusOn(\\n\\tFocusOn.advancedEyes()))\\n\\t)\\n\\t)\\n\\t.resize(Resize.scale().width(500)));&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.image(&#039;cloudinary_team.jpg&#039;).transformation(Transformation()\\n\\t.overlay(Overlay.source(\\n\\tSource.image(\\&quot;santa_hat\\&quot;)\\n\\t.transformation(new Transformation()\\n\\t.reshape(Reshape.trim())\\n\\t.resize(Resize.limitPad().width(&#039;1.0&#039;)\\n.height(2.3)\\n\\t.gravity(\\n\\tGravity.compass(\\n\\tCompass.northEast()))\\n\\t)\\n\\t.resize(Resize.scale().width(2.6)\\n\\t.regionRelative()\\n\\t))\\n\\t)\\n\\t.position(Position()\\n\\t.gravity(\\n\\tGravity.focusOn(\\n\\tFocusOn.advancedEyes()))\\n\\t)\\n\\t)\\n\\t.resize(Resize.scale().width(500)));&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Dart&quot;,&quot;packageName&quot;:&quot;cloudinary_dart&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;swift&quot;,&quot;framework&quot;:&quot;swift&quot;,&quot;language&quot;:&quot;swift&quot;,&quot;rawCodeSnippet&quot;:&quot;imageView.cldSetImage(cloudinary.createUrl().setTransformation(CLDTransformation().setOverlay(\\&quot;santa_hat\\&quot;).setEffect(\\&quot;trim\\&quot;).chain() .setGravity(\\&quot;north_east\\&quot;).setWidth(1.0).setHeight(2.3).setCrop(\\&quot;lpad\\&quot;).chain() .setGravity(\\&quot;adv_eyes\\&quot;).setFlags(\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;).setWidth(2.6).setCrop(\\&quot;scale\\&quot;).chain() .setWidth(500).setCrop(\\&quot;scale\\&quot;)).generate(\\&quot;cloudinary_team.jpg\\&quot;)!, cloudinary: cloudinary)&quot;,&quot;codeSnippet&quot;:&quot;imageView.cldSetImage(cloudinary.createUrl().setTransformation(CLDTransformation()\\n  .setOverlay(\\&quot;santa_hat\\&quot;).setEffect(\\&quot;trim\\&quot;).chain()\\n  .setGravity(\\&quot;north_east\\&quot;).setWidth(1.0).setHeight(2.3).setCrop(\\&quot;lpad\\&quot;).chain()\\n  .setGravity(\\&quot;adv_eyes\\&quot;).setFlags(\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;).setWidth(2.6).setCrop(\\&quot;scale\\&quot;).chain()\\n  .setWidth(500).setCrop(\\&quot;scale\\&quot;)).generate(\\&quot;cloudinary_team.jpg\\&quot;)!, cloudinary: cloudinary)&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;iOS&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;5.x&quot;},{&quot;sdkId&quot;:&quot;android&quot;,&quot;framework&quot;:&quot;android&quot;,&quot;language&quot;:&quot;android&quot;,&quot;rawCodeSnippet&quot;:&quot;MediaManager.get().url().transformation(new Transformation().overlay(new Layer().publicId(\\&quot;santa_hat\\&quot;)).effect(\\&quot;trim\\&quot;).chain() .gravity(\\&quot;north_east\\&quot;).width(1.0).height(2.3).crop(\\&quot;lpad\\&quot;).chain() .gravity(\\&quot;adv_eyes\\&quot;).flags(\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;).width(2.6).crop(\\&quot;scale\\&quot;).chain() .width(500).crop(\\&quot;scale\\&quot;)).generate(\\&quot;cloudinary_team.jpg\\&quot;);&quot;,&quot;codeSnippet&quot;:&quot;MediaManager.get().url().transformation(new Transformation()\\n  .overlay(new Layer().publicId(\\&quot;santa_hat\\&quot;)).effect(\\&quot;trim\\&quot;).chain()\\n  .gravity(\\&quot;north_east\\&quot;).width(1.0).height(2.3).crop(\\&quot;lpad\\&quot;).chain()\\n  .gravity(\\&quot;adv_eyes\\&quot;).flags(\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;).width(2.6).crop(\\&quot;scale\\&quot;).chain()\\n  .width(500).crop(\\&quot;scale\\&quot;)).generate(\\&quot;cloudinary_team.jpg\\&quot;);&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Android&quot;,&quot;packageName&quot;:&quot;cloudinary-android&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;3.x&quot;},{&quot;sdkId&quot;:&quot;flutter&quot;,&quot;framework&quot;:&quot;flutter&quot;,&quot;language&quot;:&quot;flutter&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.image(&#039;cloudinary_team.jpg&#039;).transformation(Transformation()\\n\\t.overlay(Overlay.source(\\n\\tSource.image(\\&quot;santa_hat\\&quot;)\\n\\t.transformation(new Transformation()\\n\\t.reshape(Reshape.trim())\\n\\t.resize(Resize.limitPad().width(&#039;1.0&#039;)\\n.height(2.3)\\n\\t.gravity(\\n\\tGravity.compass(\\n\\tCompass.northEast()))\\n\\t)\\n\\t.resize(Resize.scale().width(2.6)\\n\\t.regionRelative()\\n\\t))\\n\\t)\\n\\t.position(Position()\\n\\t.gravity(\\n\\tGravity.focusOn(\\n\\tFocusOn.advancedEyes()))\\n\\t)\\n\\t)\\n\\t.resize(Resize.scale().width(500)));&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.image(&#039;cloudinary_team.jpg&#039;).transformation(Transformation()\\n\\t.overlay(Overlay.source(\\n\\tSource.image(\\&quot;santa_hat\\&quot;)\\n\\t.transformation(new Transformation()\\n\\t.reshape(Reshape.trim())\\n\\t.resize(Resize.limitPad().width(&#039;1.0&#039;)\\n.height(2.3)\\n\\t.gravity(\\n\\tGravity.compass(\\n\\tCompass.northEast()))\\n\\t)\\n\\t.resize(Resize.scale().width(2.6)\\n\\t.regionRelative()\\n\\t))\\n\\t)\\n\\t.position(Position()\\n\\t.gravity(\\n\\tGravity.focusOn(\\n\\tFocusOn.advancedEyes()))\\n\\t)\\n\\t)\\n\\t.resize(Resize.scale().width(500)));&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Flutter&quot;,&quot;packageName&quot;:&quot;cloudinary_flutter&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;kotlin&quot;,&quot;framework&quot;:&quot;kotlin&quot;,&quot;language&quot;:&quot;kotlin&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.image {\\n\\tpublicId(\\&quot;cloudinary_team.jpg\\&quot;)\\n\\t overlay(Overlay.source(\\n\\tSource.image(\\&quot;santa_hat\\&quot;) {\\n\\t transformation(Transformation {\\n\\t reshape(Reshape.trim())\\n\\t resize(Resize.limitPad() { width(1.0F)\\n height(2.3F)\\n\\t gravity(\\n\\tGravity.compass(\\n\\tCompass.northEast()))\\n\\t })\\n\\t resize(Resize.scale() { width(2.6F)\\n\\t regionRelative()\\n\\t }) })\\n\\t }) {\\n\\t position(Position() {\\n\\t gravity(\\n\\tGravity.focusOn(\\n\\tFocusOn.advancedEyes()))\\n\\t })\\n\\t })\\n\\t resize(Resize.scale() { width(500) }) \\n}.generate()&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.image {\\n\\tpublicId(\\&quot;cloudinary_team.jpg\\&quot;)\\n\\t overlay(Overlay.source(\\n\\tSource.image(\\&quot;santa_hat\\&quot;) {\\n\\t transformation(Transformation {\\n\\t reshape(Reshape.trim())\\n\\t resize(Resize.limitPad() { width(1.0F)\\n height(2.3F)\\n\\t gravity(\\n\\tGravity.compass(\\n\\tCompass.northEast()))\\n\\t })\\n\\t resize(Resize.scale() { width(2.6F)\\n\\t regionRelative()\\n\\t }) })\\n\\t }) {\\n\\t position(Position() {\\n\\t gravity(\\n\\tGravity.focusOn(\\n\\tFocusOn.advancedEyes()))\\n\\t })\\n\\t })\\n\\t resize(Resize.scale() { width(500) }) \\n}.generate()&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Kotlin&quot;,&quot;packageName&quot;:&quot;kotlin-url-gen&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;jquery&quot;,&quot;framework&quot;:&quot;jquery&quot;,&quot;language&quot;:&quot;jquery&quot;,&quot;rawCodeSnippet&quot;:&quot;$.cloudinary.image(\\&quot;cloudinary_team.jpg\\&quot;, {transformation: [ {overlay: new cloudinary.Layer().publicId(\\&quot;santa_hat\\&quot;), effect: \\&quot;trim\\&quot;}, {gravity: \\&quot;north_east\\&quot;, width: \\&quot;1.0\\&quot;, height: \\&quot;2.3\\&quot;, crop: \\&quot;lpad\\&quot;}, {gravity: \\&quot;adv_eyes\\&quot;, flags: [\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;], width: \\&quot;2.6\\&quot;, crop: \\&quot;scale\\&quot;}, {width: 500, crop: \\&quot;scale\\&quot;} ]})&quot;,&quot;codeSnippet&quot;:&quot;$.cloudinary.image(\\&quot;cloudinary_team.jpg\\&quot;, {transformation: [\\n  {overlay: new cloudinary.Layer().publicId(\\&quot;santa_hat\\&quot;), effect: \\&quot;trim\\&quot;},\\n  {gravity: \\&quot;north_east\\&quot;, width: \\&quot;1.0\\&quot;, height: \\&quot;2.3\\&quot;, crop: \\&quot;lpad\\&quot;},\\n  {gravity: \\&quot;adv_eyes\\&quot;, flags: [\\&quot;region_relative\\&quot;, \\&quot;layer_apply\\&quot;], width: \\&quot;2.6\\&quot;, crop: \\&quot;scale\\&quot;},\\n  {width: 500, crop: \\&quot;scale\\&quot;}\\n  ]})&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;jQuery&quot;,&quot;packageName&quot;:&quot;cloudinary-jquery&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;2.x&quot;},{&quot;sdkId&quot;:&quot;react_native&quot;,&quot;framework&quot;:&quot;react_native&quot;,&quot;language&quot;:&quot;react_native&quot;,&quot;rawCodeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;cloudinary_team.jpg\\&quot;)\\n  .overlay(\\n    source(\\n      image(\\&quot;santa_hat\\&quot;).transformation(\\n        new Transformation()\\n          .reshape(trim())\\n          .resize(\\n            limitPad().width(\\&quot;1.0\\&quot;).height(2.3).gravity(compass(\\&quot;north_east\\&quot;))\\n          )\\n          .resize(scale().width(2.6).regionRelative())\\n      )\\n    ).position(new Position().gravity(focusOn(advancedEyes())))\\n  )\\n  .resize(scale().width(500));&quot;,&quot;codeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;cloudinary_team.jpg\\&quot;)\\n  .overlay(\\n    source(\\n      image(\\&quot;santa_hat\\&quot;).transformation(\\n        new Transformation()\\n          .reshape(trim())\\n          .resize(\\n            limitPad().width(\\&quot;1.0\\&quot;).height(2.3).gravity(compass(\\&quot;north_east\\&quot;))\\n          )\\n          .resize(scale().width(2.6).regionRelative())\\n      )\\n    ).position(new Position().gravity(focusOn(advancedEyes())))\\n  )\\n  .resize(scale().width(500));&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;React Native&quot;,&quot;packageName&quot;:&quot;cloudinary-react-native&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;}]\"\n      parsed-url=\"{&quot;url&quot;:&quot;https:\\\/\\\/res.cloudinary.com\\\/demo\\\/image\\\/upload\\\/l_santa_hat,e_trim\\\/c_lpad,g_north_east,w_1.0,h_2.3\\\/g_adv_eyes,fl_region_relative,w_2.60,fl_layer_apply\\\/w_500\\\/cloudinary_team.jpg&quot;,&quot;cloud_name&quot;:&quot;demo&quot;,&quot;host&quot;:&quot;res.cloudinary.com&quot;,&quot;type&quot;:&quot;upload&quot;,&quot;resource_type&quot;:&quot;image&quot;,&quot;transformation&quot;:[{&quot;overlay&quot;:&quot;santa_hat&quot;,&quot;effect&quot;:&quot;trim&quot;},{&quot;crop_mode&quot;:&quot;lpad&quot;,&quot;gravity&quot;:&quot;north_east&quot;,&quot;width&quot;:&quot;1.0&quot;,&quot;height&quot;:&quot;2.3&quot;},{&quot;gravity&quot;:&quot;adv_eyes&quot;,&quot;flags&quot;:&quot;region_relative.layer_apply&quot;,&quot;width&quot;:&quot;2.60&quot;},{&quot;width&quot;:&quot;500&quot;}],&quot;transformation_string&quot;:&quot;l_santa_hat,e_trim\\\/c_lpad,g_north_east,w_1.0,h_2.3\\\/g_adv_eyes,fl_region_relative,w_2.60,fl_layer_apply\\\/w_500&quot;,&quot;url_suffix&quot;:&quot;&quot;,&quot;version&quot;:&quot;&quot;,&quot;secure&quot;:true,&quot;public_id&quot;:&quot;cloudinary_team.jpg&quot;,&quot;extension&quot;:&quot;jpg&quot;,&quot;format&quot;:&quot;jpg&quot;,&quot;format_code&quot;:true,&quot;url_code&quot;:false,&quot;signature&quot;:&quot;&quot;,&quot;private_cdn&quot;:false,&quot;result_asset_type&quot;:&quot;image&quot;}\"\n      with-url=\"true\"\n    >\n      <span class=\"u-visually-hidden\">Loading code examples<\/span>\n    <\/cld-code-widget><a class=\"c-image-link\" href=\"https:\/\/res.cloudinary.com\/demo\/image\/upload\/l_santa_hat,e_trim\/c_lpad,g_north_east,w_1.0,h_2.3\/g_adv_eyes,fl_region_relative,w_2.60,fl_layer_apply\/w_500\/cloudinary_team.jpg\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/res.cloudinary.com\/demo\/image\/upload\/l_santa_hat,e_trim\/c_lpad,g_north_east,w_1.0,h_2.3\/g_adv_eyes,fl_region_relative,w_2.60,fl_layer_apply\/w_500\/cloudinary_team.jpg\" alt=\"Image with hat overlay automatically placed above all faces detected\" loading=\"lazy\" class=\"c-transformed-asset\"  width=\"500\" height=\"320\"\/><\/a><\/p>\n<h2>JPEGmini<\/h2>\n<p>Our second most popular add-on, the <a href=\"https:\/\/cloudinary.com\/documentation\/jpegmini_image_compression_addon\">JPEGmini image optimization<\/a> add-on, is an add-on that helps reduce the file size of your photos by up to 5x, while keeping their original quality and JPEG format. Any Cloudinary image transformation can be chained as well of course. When using the JPEGmini add-on, your images will be automatically optimized using advanced visual algorithms achieving maximum file size reduction while maintaining a very high visual quality. This seems like a no-brainer to me &#8211; who wouldn\u2019t want their images automatically optimized in such a manner??\nYou can also read more about this add-on in this <a href=\"https:\/\/cloudinary.com\/blog\/optimize_your_jpeg_images_without_compromising_quality_with_jpegmini_and_cloudinary\">blog post<\/a>.<\/p>\n<p>For example:\n<cld-code-widget\n      class=\" c-code-widget\"\n      snippets=\"[{&quot;sdkId&quot;:&quot;nodejs&quot;,&quot;framework&quot;:&quot;nodejs&quot;,&quot;language&quot;:&quot;nodejs&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.image(\\&quot;tomatoes_cooking.jpg\\&quot;, {quality: \\&quot;jpegmini:2\\&quot;, width: 500, crop: \\&quot;scale\\&quot;})&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.image(\\&quot;tomatoes_cooking.jpg\\&quot;, {quality: \\&quot;jpegmini:2\\&quot;, width: 500, crop: \\&quot;scale\\&quot;})&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Node.js&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;2.x&quot;},{&quot;sdkId&quot;:&quot;react_2&quot;,&quot;framework&quot;:&quot;react_2&quot;,&quot;language&quot;:&quot;react&quot;,&quot;rawCodeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;tomatoes_cooking.jpg\\&quot;)\\n  .resize(scale().width(500))\\n  .delivery(quality(jpegminiMedium()));&quot;,&quot;codeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;tomatoes_cooking.jpg\\&quot;)\\n  .resize(scale().width(500))\\n  .delivery(quality(jpegminiMedium()));&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;React&quot;,&quot;packageName&quot;:&quot;@cloudinary\\\/react&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;react&quot;,&quot;framework&quot;:&quot;react&quot;,&quot;language&quot;:&quot;react&quot;,&quot;rawCodeSnippet&quot;:&quot;&lt;Image publicId=\\&quot;tomatoes_cooking.jpg\\&quot; &gt; &lt;Transformation quality=\\&quot;jpegmini:2\\&quot; width=\\&quot;500\\&quot; crop=\\&quot;scale\\&quot; \\\/&gt; &lt;\\\/Image&gt;&quot;,&quot;codeSnippet&quot;:&quot;&lt;Image publicId=\\&quot;tomatoes_cooking.jpg\\&quot; &gt;\\n\\t&lt;Transformation quality=\\&quot;jpegmini:2\\&quot; width=\\&quot;500\\&quot; crop=\\&quot;scale\\&quot; \\\/&gt;\\n&lt;\\\/Image&gt;&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;React&quot;,&quot;packageName&quot;:&quot;cloudinary-react&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;vue_2&quot;,&quot;framework&quot;:&quot;vue_2&quot;,&quot;language&quot;:&quot;vue&quot;,&quot;rawCodeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;tomatoes_cooking.jpg\\&quot;)\\n  .resize(scale().width(500))\\n  .delivery(quality(jpegminiMedium()));&quot;,&quot;codeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;tomatoes_cooking.jpg\\&quot;)\\n  .resize(scale().width(500))\\n  .delivery(quality(jpegminiMedium()));&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Vue.js&quot;,&quot;packageName&quot;:&quot;@cloudinary\\\/vue&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;vue&quot;,&quot;framework&quot;:&quot;vue&quot;,&quot;language&quot;:&quot;vue&quot;,&quot;rawCodeSnippet&quot;:&quot;&lt;cld-image public-id=\\&quot;tomatoes_cooking.jpg\\&quot; &gt; &lt;cld-transformation quality=\\&quot;jpegmini:2\\&quot; width=\\&quot;500\\&quot; crop=\\&quot;scale\\&quot; \\\/&gt; &lt;\\\/cld-image&gt;&quot;,&quot;codeSnippet&quot;:&quot;&lt;cld-image public-id=\\&quot;tomatoes_cooking.jpg\\&quot; &gt;\\n\\t&lt;cld-transformation quality=\\&quot;jpegmini:2\\&quot; width=\\&quot;500\\&quot; crop=\\&quot;scale\\&quot; \\\/&gt;\\n&lt;\\\/cld-image&gt;&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Vue.js&quot;,&quot;packageName&quot;:&quot;cloudinary-vue&quot;,&quot;packageStatus&quot;:&quot;legacy&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;angular_2&quot;,&quot;framework&quot;:&quot;angular_2&quot;,&quot;language&quot;:&quot;angular&quot;,&quot;rawCodeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;tomatoes_cooking.jpg\\&quot;)\\n  .resize(scale().width(500))\\n  .delivery(quality(jpegminiMedium()));&quot;,&quot;codeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;tomatoes_cooking.jpg\\&quot;)\\n  .resize(scale().width(500))\\n  .delivery(quality(jpegminiMedium()));&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Angular&quot;,&quot;packageName&quot;:&quot;@cloudinary\\\/ng&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;angular&quot;,&quot;framework&quot;:&quot;angular&quot;,&quot;language&quot;:&quot;angular&quot;,&quot;rawCodeSnippet&quot;:&quot;&lt;cl-image public-id=\\&quot;tomatoes_cooking.jpg\\&quot; &gt; &lt;cl-transformation quality=\\&quot;jpegmini:2\\&quot; width=\\&quot;500\\&quot; crop=\\&quot;scale\\&quot;&gt; &lt;\\\/cl-transformation&gt; &lt;\\\/cl-image&gt;&quot;,&quot;codeSnippet&quot;:&quot;&lt;cl-image public-id=\\&quot;tomatoes_cooking.jpg\\&quot; &gt;\\n\\t&lt;cl-transformation quality=\\&quot;jpegmini:2\\&quot; width=\\&quot;500\\&quot; crop=\\&quot;scale\\&quot;&gt;\\n\\t&lt;\\\/cl-transformation&gt;\\n&lt;\\\/cl-image&gt;&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Angular&quot;,&quot;packageName&quot;:&quot;@cloudinary\\\/angular-5.x&quot;,&quot;packageStatus&quot;:&quot;legacy&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;js_2&quot;,&quot;framework&quot;:&quot;js_2&quot;,&quot;language&quot;:&quot;js&quot;,&quot;rawCodeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;tomatoes_cooking.jpg\\&quot;)\\n  .resize(scale().width(500))\\n  .delivery(quality(jpegminiMedium()));&quot;,&quot;codeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;tomatoes_cooking.jpg\\&quot;)\\n  .resize(scale().width(500))\\n  .delivery(quality(jpegminiMedium()));&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;JS&quot;,&quot;packageName&quot;:&quot;@cloudinary\\\/url-gen&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;js&quot;,&quot;framework&quot;:&quot;js&quot;,&quot;language&quot;:&quot;js&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.imageTag(&#039;tomatoes_cooking.jpg&#039;, {quality: \\&quot;jpegmini:2\\&quot;, width: 500, crop: \\&quot;scale\\&quot;}).toHtml();&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.imageTag(&#039;tomatoes_cooking.jpg&#039;, {quality: \\&quot;jpegmini:2\\&quot;, width: 500, crop: \\&quot;scale\\&quot;}).toHtml();&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;JS&quot;,&quot;packageName&quot;:&quot;cloudinary-core&quot;,&quot;packageStatus&quot;:&quot;legacy&quot;,&quot;packageVersion&quot;:&quot;2.x&quot;},{&quot;sdkId&quot;:&quot;python&quot;,&quot;framework&quot;:&quot;python&quot;,&quot;language&quot;:&quot;python&quot;,&quot;rawCodeSnippet&quot;:&quot;CloudinaryImage(\\&quot;tomatoes_cooking.jpg\\&quot;).image(quality=\\&quot;jpegmini:2\\&quot;, width=500, crop=\\&quot;scale\\&quot;)&quot;,&quot;codeSnippet&quot;:&quot;CloudinaryImage(\\&quot;tomatoes_cooking.jpg\\&quot;).image(quality=\\&quot;jpegmini:2\\&quot;, width=500, crop=\\&quot;scale\\&quot;)&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Python&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;php_2&quot;,&quot;framework&quot;:&quot;php_2&quot;,&quot;language&quot;:&quot;php&quot;,&quot;rawCodeSnippet&quot;:&quot;(new ImageTag(&#039;tomatoes_cooking.jpg&#039;))\\n\\t-&gt;resize(Resize::scale()-&gt;width(500))\\n\\t-&gt;delivery(Delivery::quality(\\n\\tQuality::jpegminiMedium()));&quot;,&quot;codeSnippet&quot;:&quot;(new ImageTag(&#039;tomatoes_cooking.jpg&#039;))\\n\\t-&gt;resize(Resize::scale()-&gt;width(500))\\n\\t-&gt;delivery(Delivery::quality(\\n\\tQuality::jpegminiMedium()));&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;PHP&quot;,&quot;packageName&quot;:&quot;cloudinary_php&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;3.x&quot;},{&quot;sdkId&quot;:&quot;php&quot;,&quot;framework&quot;:&quot;php&quot;,&quot;language&quot;:&quot;php&quot;,&quot;rawCodeSnippet&quot;:&quot;cl_image_tag(\\&quot;tomatoes_cooking.jpg\\&quot;, array(\\&quot;quality\\&quot;=&gt;\\&quot;jpegmini:2\\&quot;, \\&quot;width\\&quot;=&gt;500, \\&quot;crop\\&quot;=&gt;\\&quot;scale\\&quot;))&quot;,&quot;codeSnippet&quot;:&quot;cl_image_tag(\\&quot;tomatoes_cooking.jpg\\&quot;, array(\\&quot;quality\\&quot;=&gt;\\&quot;jpegmini:2\\&quot;, \\&quot;width\\&quot;=&gt;500, \\&quot;crop\\&quot;=&gt;\\&quot;scale\\&quot;))&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;PHP&quot;,&quot;packageName&quot;:&quot;cloudinary_php&quot;,&quot;packageStatus&quot;:&quot;legacy&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;java&quot;,&quot;framework&quot;:&quot;java&quot;,&quot;language&quot;:&quot;java&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.url().transformation(new Transformation().quality(\\&quot;jpegmini:2\\&quot;).width(500).crop(\\&quot;scale\\&quot;)).imageTag(\\&quot;tomatoes_cooking.jpg\\&quot;);&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.url().transformation(new Transformation().quality(\\&quot;jpegmini:2\\&quot;).width(500).crop(\\&quot;scale\\&quot;)).imageTag(\\&quot;tomatoes_cooking.jpg\\&quot;);&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Java&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;2.x&quot;},{&quot;sdkId&quot;:&quot;ruby&quot;,&quot;framework&quot;:&quot;ruby&quot;,&quot;language&quot;:&quot;ruby&quot;,&quot;rawCodeSnippet&quot;:&quot;cl_image_tag(\\&quot;tomatoes_cooking.jpg\\&quot;, quality: \\&quot;jpegmini:2\\&quot;, width: 500, crop: \\&quot;scale\\&quot;)&quot;,&quot;codeSnippet&quot;:&quot;cl_image_tag(\\&quot;tomatoes_cooking.jpg\\&quot;, quality: \\&quot;jpegmini:2\\&quot;, width: 500, crop: \\&quot;scale\\&quot;)&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Ruby&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;2.x&quot;},{&quot;sdkId&quot;:&quot;csharp&quot;,&quot;framework&quot;:&quot;csharp&quot;,&quot;language&quot;:&quot;csharp&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.Api.UrlImgUp.Transform(new Transformation().Quality(\\&quot;jpegmini:2\\&quot;).Width(500).Crop(\\&quot;scale\\&quot;)).BuildImageTag(\\&quot;tomatoes_cooking.jpg\\&quot;)&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.Api.UrlImgUp.Transform(new Transformation().Quality(\\&quot;jpegmini:2\\&quot;).Width(500).Crop(\\&quot;scale\\&quot;)).BuildImageTag(\\&quot;tomatoes_cooking.jpg\\&quot;)&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;.NET&quot;,&quot;packageName&quot;:&quot;CloudinaryDotNet&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;dart&quot;,&quot;framework&quot;:&quot;dart&quot;,&quot;language&quot;:&quot;dart&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.image(&#039;tomatoes_cooking.jpg&#039;).transformation(Transformation()\\n\\t.resize(Resize.scale().width(500))\\n\\t.delivery(Delivery.quality(\\n\\tQuality.jpegminiMedium())));&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.image(&#039;tomatoes_cooking.jpg&#039;).transformation(Transformation()\\n\\t.resize(Resize.scale().width(500))\\n\\t.delivery(Delivery.quality(\\n\\tQuality.jpegminiMedium())));&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Dart&quot;,&quot;packageName&quot;:&quot;cloudinary_dart&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;swift&quot;,&quot;framework&quot;:&quot;swift&quot;,&quot;language&quot;:&quot;swift&quot;,&quot;rawCodeSnippet&quot;:&quot;imageView.cldSetImage(cloudinary.createUrl().setTransformation(CLDTransformation().setQuality(\\&quot;jpegmini:2\\&quot;).setWidth(500).setCrop(\\&quot;scale\\&quot;)).generate(\\&quot;tomatoes_cooking.jpg\\&quot;)!, cloudinary: cloudinary)&quot;,&quot;codeSnippet&quot;:&quot;imageView.cldSetImage(cloudinary.createUrl().setTransformation(CLDTransformation().setQuality(\\&quot;jpegmini:2\\&quot;).setWidth(500).setCrop(\\&quot;scale\\&quot;)).generate(\\&quot;tomatoes_cooking.jpg\\&quot;)!, cloudinary: cloudinary)&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;iOS&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;5.x&quot;},{&quot;sdkId&quot;:&quot;android&quot;,&quot;framework&quot;:&quot;android&quot;,&quot;language&quot;:&quot;android&quot;,&quot;rawCodeSnippet&quot;:&quot;MediaManager.get().url().transformation(new Transformation().quality(\\&quot;jpegmini:2\\&quot;).width(500).crop(\\&quot;scale\\&quot;)).generate(\\&quot;tomatoes_cooking.jpg\\&quot;);&quot;,&quot;codeSnippet&quot;:&quot;MediaManager.get().url().transformation(new Transformation().quality(\\&quot;jpegmini:2\\&quot;).width(500).crop(\\&quot;scale\\&quot;)).generate(\\&quot;tomatoes_cooking.jpg\\&quot;);&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Android&quot;,&quot;packageName&quot;:&quot;cloudinary-android&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;3.x&quot;},{&quot;sdkId&quot;:&quot;flutter&quot;,&quot;framework&quot;:&quot;flutter&quot;,&quot;language&quot;:&quot;flutter&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.image(&#039;tomatoes_cooking.jpg&#039;).transformation(Transformation()\\n\\t.resize(Resize.scale().width(500))\\n\\t.delivery(Delivery.quality(\\n\\tQuality.jpegminiMedium())));&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.image(&#039;tomatoes_cooking.jpg&#039;).transformation(Transformation()\\n\\t.resize(Resize.scale().width(500))\\n\\t.delivery(Delivery.quality(\\n\\tQuality.jpegminiMedium())));&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Flutter&quot;,&quot;packageName&quot;:&quot;cloudinary_flutter&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;kotlin&quot;,&quot;framework&quot;:&quot;kotlin&quot;,&quot;language&quot;:&quot;kotlin&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.image {\\n\\tpublicId(\\&quot;tomatoes_cooking.jpg\\&quot;)\\n\\t resize(Resize.scale() { width(500) })\\n\\t delivery(Delivery.quality(\\n\\tQuality.jpegminiMedium())) \\n}.generate()&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.image {\\n\\tpublicId(\\&quot;tomatoes_cooking.jpg\\&quot;)\\n\\t resize(Resize.scale() { width(500) })\\n\\t delivery(Delivery.quality(\\n\\tQuality.jpegminiMedium())) \\n}.generate()&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Kotlin&quot;,&quot;packageName&quot;:&quot;kotlin-url-gen&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;jquery&quot;,&quot;framework&quot;:&quot;jquery&quot;,&quot;language&quot;:&quot;jquery&quot;,&quot;rawCodeSnippet&quot;:&quot;$.cloudinary.image(\\&quot;tomatoes_cooking.jpg\\&quot;, {quality: \\&quot;jpegmini:2\\&quot;, width: 500, crop: \\&quot;scale\\&quot;})&quot;,&quot;codeSnippet&quot;:&quot;$.cloudinary.image(\\&quot;tomatoes_cooking.jpg\\&quot;, {quality: \\&quot;jpegmini:2\\&quot;, width: 500, crop: \\&quot;scale\\&quot;})&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;jQuery&quot;,&quot;packageName&quot;:&quot;cloudinary-jquery&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;2.x&quot;},{&quot;sdkId&quot;:&quot;react_native&quot;,&quot;framework&quot;:&quot;react_native&quot;,&quot;language&quot;:&quot;react_native&quot;,&quot;rawCodeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;tomatoes_cooking.jpg\\&quot;)\\n  .resize(scale().width(500))\\n  .delivery(quality(jpegminiMedium()));&quot;,&quot;codeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;tomatoes_cooking.jpg\\&quot;)\\n  .resize(scale().width(500))\\n  .delivery(quality(jpegminiMedium()));&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;React Native&quot;,&quot;packageName&quot;:&quot;cloudinary-react-native&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;}]\"\n      parsed-url=\"{&quot;url&quot;:&quot;https:\\\/\\\/res.cloudinary.com\\\/demo\\\/image\\\/upload\\\/c_scale,q_jpegmini:2,w_500\\\/tomatoes_cooking.jpg&quot;,&quot;cloud_name&quot;:&quot;demo&quot;,&quot;host&quot;:&quot;res.cloudinary.com&quot;,&quot;type&quot;:&quot;upload&quot;,&quot;resource_type&quot;:&quot;image&quot;,&quot;transformation&quot;:[{&quot;crop_mode&quot;:&quot;scale&quot;,&quot;quality&quot;:&quot;jpegmini:2&quot;,&quot;width&quot;:&quot;500&quot;}],&quot;transformation_string&quot;:&quot;c_scale,q_jpegmini:2,w_500&quot;,&quot;url_suffix&quot;:&quot;&quot;,&quot;version&quot;:&quot;&quot;,&quot;secure&quot;:true,&quot;public_id&quot;:&quot;tomatoes_cooking.jpg&quot;,&quot;extension&quot;:&quot;jpg&quot;,&quot;format&quot;:&quot;jpg&quot;,&quot;format_code&quot;:true,&quot;url_code&quot;:false,&quot;signature&quot;:&quot;&quot;,&quot;private_cdn&quot;:false,&quot;result_asset_type&quot;:&quot;image&quot;}\"\n      with-url=\"true\"\n    >\n      <span class=\"u-visually-hidden\">Loading code examples<\/span>\n    <\/cld-code-widget><a class=\"c-image-link\" href=\"https:\/\/res.cloudinary.com\/demo\/image\/upload\/c_scale,q_jpegmini:2,w_500\/tomatoes_cooking.jpg\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/res.cloudinary.com\/demo\/image\/upload\/c_scale,q_jpegmini:2,w_500\/tomatoes_cooking.jpg\" alt=\"Image automatically optimized with JPEGmini add-on\" loading=\"lazy\" class=\"c-transformed-asset\"  width=\"500\" height=\"373\"\/><\/a><\/p>\n<h2>Imagga crop &amp; scale<\/h2>\n<p><a href=\"https:\/\/cloudinary.com\/documentation\/imagga_crop_and_scale_addon\">Imagga\u2019s crop &amp; scale<\/a>  smart cropping technology automatically chooses the most visually appealing parts of your images and crops them accordingly, extending Cloudinary\u2019s powerful cropping capabilities with automatic cropping that is not only based on detected faces. When using the Imagga add-on, your images will be scaled and cropped based on automatically calculated areas of interest within each specific photo. This add-on was also described in this <a href=\"https:\/\/cloudinary.com\/blog\/beyond_face_detection_smart_cropping_in_the_cloud_using_imagga_and_cloudinary\">blog post<\/a>.<\/p>\n<p>For example:<\/p>\n<ul>\n<li>Original image: <a class=\"c-image-link\" href=\"https:\/\/res.cloudinary.com\/demo\/image\/upload\/w_500\/\/dog_field.jpg\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/res.cloudinary.com\/demo\/image\/upload\/w_500\/\/dog_field.jpg\" alt=\"Original image\" loading=\"lazy\" class=\"c-transformed-asset\"  width=\"500\" height=\"280\"\/><\/a>\n<\/li>\n<li>Imagga scaled: <cld-code-widget\n      class=\" c-code-widget\"\n      snippets=\"[{&quot;sdkId&quot;:&quot;nodejs&quot;,&quot;framework&quot;:&quot;nodejs&quot;,&quot;language&quot;:&quot;nodejs&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.image(\\&quot;\\\/dog_field.jpg\\&quot;, {height: 200, width: 400, crop: \\&quot;imagga_scale\\&quot;})&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.image(\\&quot;\\\/dog_field.jpg\\&quot;, {height: 200, width: 400, crop: \\&quot;imagga_scale\\&quot;})&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Node.js&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;2.x&quot;},{&quot;sdkId&quot;:&quot;react_2&quot;,&quot;framework&quot;:&quot;react_2&quot;,&quot;language&quot;:&quot;react&quot;,&quot;rawCodeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;\\\/dog_field.jpg\\&quot;).resize(\\n  imaggaScale().width(400).height(200)\\n);&quot;,&quot;codeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;\\\/dog_field.jpg\\&quot;).resize(\\n  imaggaScale().width(400).height(200)\\n);&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;React&quot;,&quot;packageName&quot;:&quot;@cloudinary\\\/react&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;react&quot;,&quot;framework&quot;:&quot;react&quot;,&quot;language&quot;:&quot;react&quot;,&quot;rawCodeSnippet&quot;:&quot;&lt;Image publicId=\\&quot;\\\/dog_field.jpg\\&quot; &gt; &lt;Transformation height=\\&quot;200\\&quot; width=\\&quot;400\\&quot; crop=\\&quot;imagga_scale\\&quot; \\\/&gt; &lt;\\\/Image&gt;&quot;,&quot;codeSnippet&quot;:&quot;&lt;Image publicId=\\&quot;\\\/dog_field.jpg\\&quot; &gt;\\n\\t&lt;Transformation height=\\&quot;200\\&quot; width=\\&quot;400\\&quot; crop=\\&quot;imagga_scale\\&quot; \\\/&gt;\\n&lt;\\\/Image&gt;&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;React&quot;,&quot;packageName&quot;:&quot;cloudinary-react&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;vue_2&quot;,&quot;framework&quot;:&quot;vue_2&quot;,&quot;language&quot;:&quot;vue&quot;,&quot;rawCodeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;\\\/dog_field.jpg\\&quot;).resize(\\n  imaggaScale().width(400).height(200)\\n);&quot;,&quot;codeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;\\\/dog_field.jpg\\&quot;).resize(\\n  imaggaScale().width(400).height(200)\\n);&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Vue.js&quot;,&quot;packageName&quot;:&quot;@cloudinary\\\/vue&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;vue&quot;,&quot;framework&quot;:&quot;vue&quot;,&quot;language&quot;:&quot;vue&quot;,&quot;rawCodeSnippet&quot;:&quot;&lt;cld-image public-id=\\&quot;\\\/dog_field.jpg\\&quot; &gt; &lt;cld-transformation height=\\&quot;200\\&quot; width=\\&quot;400\\&quot; crop=\\&quot;imagga_scale\\&quot; \\\/&gt; &lt;\\\/cld-image&gt;&quot;,&quot;codeSnippet&quot;:&quot;&lt;cld-image public-id=\\&quot;\\\/dog_field.jpg\\&quot; &gt;\\n\\t&lt;cld-transformation height=\\&quot;200\\&quot; width=\\&quot;400\\&quot; crop=\\&quot;imagga_scale\\&quot; \\\/&gt;\\n&lt;\\\/cld-image&gt;&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Vue.js&quot;,&quot;packageName&quot;:&quot;cloudinary-vue&quot;,&quot;packageStatus&quot;:&quot;legacy&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;angular_2&quot;,&quot;framework&quot;:&quot;angular_2&quot;,&quot;language&quot;:&quot;angular&quot;,&quot;rawCodeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;\\\/dog_field.jpg\\&quot;).resize(\\n  imaggaScale().width(400).height(200)\\n);&quot;,&quot;codeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;\\\/dog_field.jpg\\&quot;).resize(\\n  imaggaScale().width(400).height(200)\\n);&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Angular&quot;,&quot;packageName&quot;:&quot;@cloudinary\\\/ng&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;angular&quot;,&quot;framework&quot;:&quot;angular&quot;,&quot;language&quot;:&quot;angular&quot;,&quot;rawCodeSnippet&quot;:&quot;&lt;cl-image public-id=\\&quot;\\\/dog_field.jpg\\&quot; &gt; &lt;cl-transformation height=\\&quot;200\\&quot; width=\\&quot;400\\&quot; crop=\\&quot;imagga_scale\\&quot;&gt; &lt;\\\/cl-transformation&gt; &lt;\\\/cl-image&gt;&quot;,&quot;codeSnippet&quot;:&quot;&lt;cl-image public-id=\\&quot;\\\/dog_field.jpg\\&quot; &gt;\\n\\t&lt;cl-transformation height=\\&quot;200\\&quot; width=\\&quot;400\\&quot; crop=\\&quot;imagga_scale\\&quot;&gt;\\n\\t&lt;\\\/cl-transformation&gt;\\n&lt;\\\/cl-image&gt;&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Angular&quot;,&quot;packageName&quot;:&quot;@cloudinary\\\/angular-5.x&quot;,&quot;packageStatus&quot;:&quot;legacy&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;js_2&quot;,&quot;framework&quot;:&quot;js_2&quot;,&quot;language&quot;:&quot;js&quot;,&quot;rawCodeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;\\\/dog_field.jpg\\&quot;).resize(\\n  imaggaScale().width(400).height(200)\\n);&quot;,&quot;codeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;\\\/dog_field.jpg\\&quot;).resize(\\n  imaggaScale().width(400).height(200)\\n);&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;JS&quot;,&quot;packageName&quot;:&quot;@cloudinary\\\/url-gen&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;js&quot;,&quot;framework&quot;:&quot;js&quot;,&quot;language&quot;:&quot;js&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.imageTag(&#039;\\\/dog_field.jpg&#039;, {height: 200, width: 400, crop: \\&quot;imagga_scale\\&quot;}).toHtml();&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.imageTag(&#039;\\\/dog_field.jpg&#039;, {height: 200, width: 400, crop: \\&quot;imagga_scale\\&quot;}).toHtml();&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;JS&quot;,&quot;packageName&quot;:&quot;cloudinary-core&quot;,&quot;packageStatus&quot;:&quot;legacy&quot;,&quot;packageVersion&quot;:&quot;2.x&quot;},{&quot;sdkId&quot;:&quot;python&quot;,&quot;framework&quot;:&quot;python&quot;,&quot;language&quot;:&quot;python&quot;,&quot;rawCodeSnippet&quot;:&quot;CloudinaryImage(\\&quot;\\\/dog_field.jpg\\&quot;).image(height=200, width=400, crop=\\&quot;imagga_scale\\&quot;)&quot;,&quot;codeSnippet&quot;:&quot;CloudinaryImage(\\&quot;\\\/dog_field.jpg\\&quot;).image(height=200, width=400, crop=\\&quot;imagga_scale\\&quot;)&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Python&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;php_2&quot;,&quot;framework&quot;:&quot;php_2&quot;,&quot;language&quot;:&quot;php&quot;,&quot;rawCodeSnippet&quot;:&quot;(new ImageTag(&#039;\\\/dog_field.jpg&#039;))\\n\\t-&gt;resize(Resize::imaggaScale()-&gt;width(400)\\n-&gt;height(200));&quot;,&quot;codeSnippet&quot;:&quot;(new ImageTag(&#039;\\\/dog_field.jpg&#039;))\\n\\t-&gt;resize(Resize::imaggaScale()-&gt;width(400)\\n-&gt;height(200));&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;PHP&quot;,&quot;packageName&quot;:&quot;cloudinary_php&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;3.x&quot;},{&quot;sdkId&quot;:&quot;php&quot;,&quot;framework&quot;:&quot;php&quot;,&quot;language&quot;:&quot;php&quot;,&quot;rawCodeSnippet&quot;:&quot;cl_image_tag(\\&quot;\\\/dog_field.jpg\\&quot;, array(\\&quot;height\\&quot;=&gt;200, \\&quot;width\\&quot;=&gt;400, \\&quot;crop\\&quot;=&gt;\\&quot;imagga_scale\\&quot;))&quot;,&quot;codeSnippet&quot;:&quot;cl_image_tag(\\&quot;\\\/dog_field.jpg\\&quot;, array(\\&quot;height\\&quot;=&gt;200, \\&quot;width\\&quot;=&gt;400, \\&quot;crop\\&quot;=&gt;\\&quot;imagga_scale\\&quot;))&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;PHP&quot;,&quot;packageName&quot;:&quot;cloudinary_php&quot;,&quot;packageStatus&quot;:&quot;legacy&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;java&quot;,&quot;framework&quot;:&quot;java&quot;,&quot;language&quot;:&quot;java&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.url().transformation(new Transformation().height(200).width(400).crop(\\&quot;imagga_scale\\&quot;)).imageTag(\\&quot;\\\/dog_field.jpg\\&quot;);&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.url().transformation(new Transformation().height(200).width(400).crop(\\&quot;imagga_scale\\&quot;)).imageTag(\\&quot;\\\/dog_field.jpg\\&quot;);&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Java&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;2.x&quot;},{&quot;sdkId&quot;:&quot;ruby&quot;,&quot;framework&quot;:&quot;ruby&quot;,&quot;language&quot;:&quot;ruby&quot;,&quot;rawCodeSnippet&quot;:&quot;cl_image_tag(\\&quot;\\\/dog_field.jpg\\&quot;, height: 200, width: 400, crop: \\&quot;imagga_scale\\&quot;)&quot;,&quot;codeSnippet&quot;:&quot;cl_image_tag(\\&quot;\\\/dog_field.jpg\\&quot;, height: 200, width: 400, crop: \\&quot;imagga_scale\\&quot;)&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Ruby&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;2.x&quot;},{&quot;sdkId&quot;:&quot;csharp&quot;,&quot;framework&quot;:&quot;csharp&quot;,&quot;language&quot;:&quot;csharp&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.Api.UrlImgUp.Transform(new Transformation().Height(200).Width(400).Crop(\\&quot;imagga_scale\\&quot;)).BuildImageTag(\\&quot;\\\/dog_field.jpg\\&quot;)&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.Api.UrlImgUp.Transform(new Transformation().Height(200).Width(400).Crop(\\&quot;imagga_scale\\&quot;)).BuildImageTag(\\&quot;\\\/dog_field.jpg\\&quot;)&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;.NET&quot;,&quot;packageName&quot;:&quot;CloudinaryDotNet&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;dart&quot;,&quot;framework&quot;:&quot;dart&quot;,&quot;language&quot;:&quot;dart&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.image(&#039;\\\/dog_field.jpg&#039;).transformation(Transformation()\\n\\t.resize(Resize.imaggaScale().width(400)\\n.height(200)));&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.image(&#039;\\\/dog_field.jpg&#039;).transformation(Transformation()\\n\\t.resize(Resize.imaggaScale().width(400)\\n.height(200)));&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Dart&quot;,&quot;packageName&quot;:&quot;cloudinary_dart&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;swift&quot;,&quot;framework&quot;:&quot;swift&quot;,&quot;language&quot;:&quot;swift&quot;,&quot;rawCodeSnippet&quot;:&quot;imageView.cldSetImage(cloudinary.createUrl().setTransformation(CLDTransformation().setHeight(200).setWidth(400).setCrop(\\&quot;imagga_scale\\&quot;)).generate(\\&quot;\\\/dog_field.jpg\\&quot;)!, cloudinary: cloudinary)&quot;,&quot;codeSnippet&quot;:&quot;imageView.cldSetImage(cloudinary.createUrl().setTransformation(CLDTransformation().setHeight(200).setWidth(400).setCrop(\\&quot;imagga_scale\\&quot;)).generate(\\&quot;\\\/dog_field.jpg\\&quot;)!, cloudinary: cloudinary)&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;iOS&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;5.x&quot;},{&quot;sdkId&quot;:&quot;android&quot;,&quot;framework&quot;:&quot;android&quot;,&quot;language&quot;:&quot;android&quot;,&quot;rawCodeSnippet&quot;:&quot;MediaManager.get().url().transformation(new Transformation().height(200).width(400).crop(\\&quot;imagga_scale\\&quot;)).generate(\\&quot;\\\/dog_field.jpg\\&quot;);&quot;,&quot;codeSnippet&quot;:&quot;MediaManager.get().url().transformation(new Transformation().height(200).width(400).crop(\\&quot;imagga_scale\\&quot;)).generate(\\&quot;\\\/dog_field.jpg\\&quot;);&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Android&quot;,&quot;packageName&quot;:&quot;cloudinary-android&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;3.x&quot;},{&quot;sdkId&quot;:&quot;flutter&quot;,&quot;framework&quot;:&quot;flutter&quot;,&quot;language&quot;:&quot;flutter&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.image(&#039;\\\/dog_field.jpg&#039;).transformation(Transformation()\\n\\t.resize(Resize.imaggaScale().width(400)\\n.height(200)));&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.image(&#039;\\\/dog_field.jpg&#039;).transformation(Transformation()\\n\\t.resize(Resize.imaggaScale().width(400)\\n.height(200)));&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Flutter&quot;,&quot;packageName&quot;:&quot;cloudinary_flutter&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;kotlin&quot;,&quot;framework&quot;:&quot;kotlin&quot;,&quot;language&quot;:&quot;kotlin&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.image {\\n\\tpublicId(\\&quot;\\\/dog_field.jpg\\&quot;)\\n\\t resize(Resize.imaggaScale() { width(400)\\n height(200) }) \\n}.generate()&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.image {\\n\\tpublicId(\\&quot;\\\/dog_field.jpg\\&quot;)\\n\\t resize(Resize.imaggaScale() { width(400)\\n height(200) }) \\n}.generate()&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Kotlin&quot;,&quot;packageName&quot;:&quot;kotlin-url-gen&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;jquery&quot;,&quot;framework&quot;:&quot;jquery&quot;,&quot;language&quot;:&quot;jquery&quot;,&quot;rawCodeSnippet&quot;:&quot;$.cloudinary.image(\\&quot;\\\/dog_field.jpg\\&quot;, {height: 200, width: 400, crop: \\&quot;imagga_scale\\&quot;})&quot;,&quot;codeSnippet&quot;:&quot;$.cloudinary.image(\\&quot;\\\/dog_field.jpg\\&quot;, {height: 200, width: 400, crop: \\&quot;imagga_scale\\&quot;})&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;jQuery&quot;,&quot;packageName&quot;:&quot;cloudinary-jquery&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;2.x&quot;},{&quot;sdkId&quot;:&quot;react_native&quot;,&quot;framework&quot;:&quot;react_native&quot;,&quot;language&quot;:&quot;react_native&quot;,&quot;rawCodeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;\\\/dog_field.jpg\\&quot;).resize(\\n  imaggaScale().width(400).height(200)\\n);&quot;,&quot;codeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;\\\/dog_field.jpg\\&quot;).resize(\\n  imaggaScale().width(400).height(200)\\n);&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;React Native&quot;,&quot;packageName&quot;:&quot;cloudinary-react-native&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;}]\"\n      parsed-url=\"{&quot;url&quot;:&quot;https:\\\/\\\/res.cloudinary.com\\\/demo\\\/image\\\/upload\\\/c_imagga_scale,h_200,w_400\\\/\\\/dog_field.jpg&quot;,&quot;cloud_name&quot;:&quot;demo&quot;,&quot;host&quot;:&quot;res.cloudinary.com&quot;,&quot;type&quot;:&quot;upload&quot;,&quot;resource_type&quot;:&quot;image&quot;,&quot;transformation&quot;:[{&quot;crop_mode&quot;:&quot;imagga_scale&quot;,&quot;height&quot;:&quot;200&quot;,&quot;width&quot;:&quot;400&quot;}],&quot;transformation_string&quot;:&quot;c_imagga_scale,h_200,w_400&quot;,&quot;url_suffix&quot;:&quot;&quot;,&quot;version&quot;:null,&quot;secure&quot;:true,&quot;public_id&quot;:&quot;\\\/dog_field.jpg&quot;,&quot;extension&quot;:&quot;jpg&quot;,&quot;format&quot;:&quot;jpg&quot;,&quot;format_code&quot;:true,&quot;url_code&quot;:false,&quot;signature&quot;:&quot;&quot;,&quot;private_cdn&quot;:false,&quot;result_asset_type&quot;:&quot;image&quot;}\"\n      with-url=\"true\"\n    >\n      <span class=\"u-visually-hidden\">Loading code examples<\/span>\n    <\/cld-code-widget><a class=\"c-image-link\" href=\"https:\/\/res.cloudinary.com\/demo\/image\/upload\/c_imagga_scale,h_200,w_400\/\/dog_field.jpg\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/res.cloudinary.com\/demo\/image\/upload\/c_imagga_scale,h_200,w_400\/\/dog_field.jpg\" alt=\"Image automatically scaled with Imagga add-on\" loading=\"lazy\" class=\"c-transformed-asset\"  width=\"400\" height=\"200\"\/><\/a>\n<\/li>\n<\/ul>\n<h2>Imagga auto tagging<\/h2>\n<p>The <a href=\"https:\/\/cloudinary.com\/documentation\/imagga_auto_tagging_addon\">Imagga auto tagging<\/a> add-on automatically categorizes and tags images, according to the categories detected in each image. The Imagga add-on can automatically tell you what\u2019s in a photo by returning a list of detected categories and the confidence score for each of them. User uploaded images can now be fully categorized automatically! You can read more about it in this great <a href=\"https:\/\/cloudinary.com\/blog\/automatic_image_categorization_and_tagging_with_imagga\">blog post<\/a>.<\/p>\n<h2>Other cool add-ons<\/h2>\n<p>Although the add-ons described above are statistically of the highest usage amongst our customers, there are a few more that are so useful and cool, I had to highlight them as well:<\/p>\n<h3>VIESUS image enhancement<\/h3>\n<p>The <a href=\"https:\/\/cloudinary.com\/documentation\/viesus_automatic_image_enhancement_addon\">VIESUS image enhancement<\/a> add-on does just that, enhancing the visual quality of your photos, automatically adjusting brightness and color, restoring sharpness, removing noise and correcting for overexposure or underexposure. We speak in length about it <a href=\"https:\/\/cloudinary.com\/blog\/automatic_visual_image_enhancement_for_your_web_application\">here<\/a>.<\/p>\n<p>For example:<\/p>\n<ul>\n<li>Original image: <a class=\"c-image-link\" href=\"https:\/\/res.cloudinary.com\/demo\/image\/upload\/c_scale,w_400\/beach_day.jpg\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/res.cloudinary.com\/demo\/image\/upload\/c_scale,w_400\/beach_day.jpg\" alt=\"Original image\" loading=\"lazy\" class=\"c-transformed-asset\"  width=\"400\" height=\"300\"\/><\/a>\n<\/li>\n<li>VIESUS enhanced: <cld-code-widget\n      class=\" c-code-widget\"\n      snippets=\"[{&quot;sdkId&quot;:&quot;nodejs&quot;,&quot;framework&quot;:&quot;nodejs&quot;,&quot;language&quot;:&quot;nodejs&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.image(\\&quot;beach_day.jpg\\&quot;, {effect: \\&quot;viesus_correct\\&quot;, width: 400, crop: \\&quot;scale\\&quot;})&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.image(\\&quot;beach_day.jpg\\&quot;, {effect: \\&quot;viesus_correct\\&quot;, width: 400, crop: \\&quot;scale\\&quot;})&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Node.js&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;2.x&quot;},{&quot;sdkId&quot;:&quot;react_2&quot;,&quot;framework&quot;:&quot;react_2&quot;,&quot;language&quot;:&quot;react&quot;,&quot;rawCodeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;beach_day.jpg\\&quot;)\\n  .resize(scale().width(400))\\n  .adjust(viesusCorrect());&quot;,&quot;codeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;beach_day.jpg\\&quot;)\\n  .resize(scale().width(400))\\n  .adjust(viesusCorrect());&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;React&quot;,&quot;packageName&quot;:&quot;@cloudinary\\\/react&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;react&quot;,&quot;framework&quot;:&quot;react&quot;,&quot;language&quot;:&quot;react&quot;,&quot;rawCodeSnippet&quot;:&quot;&lt;Image publicId=\\&quot;beach_day.jpg\\&quot; &gt; &lt;Transformation effect=\\&quot;viesus_correct\\&quot; width=\\&quot;400\\&quot; crop=\\&quot;scale\\&quot; \\\/&gt; &lt;\\\/Image&gt;&quot;,&quot;codeSnippet&quot;:&quot;&lt;Image publicId=\\&quot;beach_day.jpg\\&quot; &gt;\\n\\t&lt;Transformation effect=\\&quot;viesus_correct\\&quot; width=\\&quot;400\\&quot; crop=\\&quot;scale\\&quot; \\\/&gt;\\n&lt;\\\/Image&gt;&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;React&quot;,&quot;packageName&quot;:&quot;cloudinary-react&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;vue_2&quot;,&quot;framework&quot;:&quot;vue_2&quot;,&quot;language&quot;:&quot;vue&quot;,&quot;rawCodeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;beach_day.jpg\\&quot;)\\n  .resize(scale().width(400))\\n  .adjust(viesusCorrect());&quot;,&quot;codeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;beach_day.jpg\\&quot;)\\n  .resize(scale().width(400))\\n  .adjust(viesusCorrect());&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Vue.js&quot;,&quot;packageName&quot;:&quot;@cloudinary\\\/vue&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;vue&quot;,&quot;framework&quot;:&quot;vue&quot;,&quot;language&quot;:&quot;vue&quot;,&quot;rawCodeSnippet&quot;:&quot;&lt;cld-image public-id=\\&quot;beach_day.jpg\\&quot; &gt; &lt;cld-transformation effect=\\&quot;viesus_correct\\&quot; width=\\&quot;400\\&quot; crop=\\&quot;scale\\&quot; \\\/&gt; &lt;\\\/cld-image&gt;&quot;,&quot;codeSnippet&quot;:&quot;&lt;cld-image public-id=\\&quot;beach_day.jpg\\&quot; &gt;\\n\\t&lt;cld-transformation effect=\\&quot;viesus_correct\\&quot; width=\\&quot;400\\&quot; crop=\\&quot;scale\\&quot; \\\/&gt;\\n&lt;\\\/cld-image&gt;&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Vue.js&quot;,&quot;packageName&quot;:&quot;cloudinary-vue&quot;,&quot;packageStatus&quot;:&quot;legacy&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;angular_2&quot;,&quot;framework&quot;:&quot;angular_2&quot;,&quot;language&quot;:&quot;angular&quot;,&quot;rawCodeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;beach_day.jpg\\&quot;)\\n  .resize(scale().width(400))\\n  .adjust(viesusCorrect());&quot;,&quot;codeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;beach_day.jpg\\&quot;)\\n  .resize(scale().width(400))\\n  .adjust(viesusCorrect());&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Angular&quot;,&quot;packageName&quot;:&quot;@cloudinary\\\/ng&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;angular&quot;,&quot;framework&quot;:&quot;angular&quot;,&quot;language&quot;:&quot;angular&quot;,&quot;rawCodeSnippet&quot;:&quot;&lt;cl-image public-id=\\&quot;beach_day.jpg\\&quot; &gt; &lt;cl-transformation effect=\\&quot;viesus_correct\\&quot; width=\\&quot;400\\&quot; crop=\\&quot;scale\\&quot;&gt; &lt;\\\/cl-transformation&gt; &lt;\\\/cl-image&gt;&quot;,&quot;codeSnippet&quot;:&quot;&lt;cl-image public-id=\\&quot;beach_day.jpg\\&quot; &gt;\\n\\t&lt;cl-transformation effect=\\&quot;viesus_correct\\&quot; width=\\&quot;400\\&quot; crop=\\&quot;scale\\&quot;&gt;\\n\\t&lt;\\\/cl-transformation&gt;\\n&lt;\\\/cl-image&gt;&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Angular&quot;,&quot;packageName&quot;:&quot;@cloudinary\\\/angular-5.x&quot;,&quot;packageStatus&quot;:&quot;legacy&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;js_2&quot;,&quot;framework&quot;:&quot;js_2&quot;,&quot;language&quot;:&quot;js&quot;,&quot;rawCodeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;beach_day.jpg\\&quot;)\\n  .resize(scale().width(400))\\n  .adjust(viesusCorrect());&quot;,&quot;codeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;beach_day.jpg\\&quot;)\\n  .resize(scale().width(400))\\n  .adjust(viesusCorrect());&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;JS&quot;,&quot;packageName&quot;:&quot;@cloudinary\\\/url-gen&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;js&quot;,&quot;framework&quot;:&quot;js&quot;,&quot;language&quot;:&quot;js&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.imageTag(&#039;beach_day.jpg&#039;, {effect: \\&quot;viesus_correct\\&quot;, width: 400, crop: \\&quot;scale\\&quot;}).toHtml();&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.imageTag(&#039;beach_day.jpg&#039;, {effect: \\&quot;viesus_correct\\&quot;, width: 400, crop: \\&quot;scale\\&quot;}).toHtml();&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;JS&quot;,&quot;packageName&quot;:&quot;cloudinary-core&quot;,&quot;packageStatus&quot;:&quot;legacy&quot;,&quot;packageVersion&quot;:&quot;2.x&quot;},{&quot;sdkId&quot;:&quot;python&quot;,&quot;framework&quot;:&quot;python&quot;,&quot;language&quot;:&quot;python&quot;,&quot;rawCodeSnippet&quot;:&quot;CloudinaryImage(\\&quot;beach_day.jpg\\&quot;).image(effect=\\&quot;viesus_correct\\&quot;, width=400, crop=\\&quot;scale\\&quot;)&quot;,&quot;codeSnippet&quot;:&quot;CloudinaryImage(\\&quot;beach_day.jpg\\&quot;).image(effect=\\&quot;viesus_correct\\&quot;, width=400, crop=\\&quot;scale\\&quot;)&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Python&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;php_2&quot;,&quot;framework&quot;:&quot;php_2&quot;,&quot;language&quot;:&quot;php&quot;,&quot;rawCodeSnippet&quot;:&quot;(new ImageTag(&#039;beach_day.jpg&#039;))\\n\\t-&gt;resize(Resize::scale()-&gt;width(400))\\n\\t-&gt;adjust(Adjust::viesusCorrect());&quot;,&quot;codeSnippet&quot;:&quot;(new ImageTag(&#039;beach_day.jpg&#039;))\\n\\t-&gt;resize(Resize::scale()-&gt;width(400))\\n\\t-&gt;adjust(Adjust::viesusCorrect());&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;PHP&quot;,&quot;packageName&quot;:&quot;cloudinary_php&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;3.x&quot;},{&quot;sdkId&quot;:&quot;php&quot;,&quot;framework&quot;:&quot;php&quot;,&quot;language&quot;:&quot;php&quot;,&quot;rawCodeSnippet&quot;:&quot;cl_image_tag(\\&quot;beach_day.jpg\\&quot;, array(\\&quot;effect\\&quot;=&gt;\\&quot;viesus_correct\\&quot;, \\&quot;width\\&quot;=&gt;400, \\&quot;crop\\&quot;=&gt;\\&quot;scale\\&quot;))&quot;,&quot;codeSnippet&quot;:&quot;cl_image_tag(\\&quot;beach_day.jpg\\&quot;, array(\\&quot;effect\\&quot;=&gt;\\&quot;viesus_correct\\&quot;, \\&quot;width\\&quot;=&gt;400, \\&quot;crop\\&quot;=&gt;\\&quot;scale\\&quot;))&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;PHP&quot;,&quot;packageName&quot;:&quot;cloudinary_php&quot;,&quot;packageStatus&quot;:&quot;legacy&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;java&quot;,&quot;framework&quot;:&quot;java&quot;,&quot;language&quot;:&quot;java&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.url().transformation(new Transformation().effect(\\&quot;viesus_correct\\&quot;).width(400).crop(\\&quot;scale\\&quot;)).imageTag(\\&quot;beach_day.jpg\\&quot;);&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.url().transformation(new Transformation().effect(\\&quot;viesus_correct\\&quot;).width(400).crop(\\&quot;scale\\&quot;)).imageTag(\\&quot;beach_day.jpg\\&quot;);&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Java&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;2.x&quot;},{&quot;sdkId&quot;:&quot;ruby&quot;,&quot;framework&quot;:&quot;ruby&quot;,&quot;language&quot;:&quot;ruby&quot;,&quot;rawCodeSnippet&quot;:&quot;cl_image_tag(\\&quot;beach_day.jpg\\&quot;, effect: \\&quot;viesus_correct\\&quot;, width: 400, crop: \\&quot;scale\\&quot;)&quot;,&quot;codeSnippet&quot;:&quot;cl_image_tag(\\&quot;beach_day.jpg\\&quot;, effect: \\&quot;viesus_correct\\&quot;, width: 400, crop: \\&quot;scale\\&quot;)&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Ruby&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;2.x&quot;},{&quot;sdkId&quot;:&quot;csharp&quot;,&quot;framework&quot;:&quot;csharp&quot;,&quot;language&quot;:&quot;csharp&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.Api.UrlImgUp.Transform(new Transformation().Effect(\\&quot;viesus_correct\\&quot;).Width(400).Crop(\\&quot;scale\\&quot;)).BuildImageTag(\\&quot;beach_day.jpg\\&quot;)&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.Api.UrlImgUp.Transform(new Transformation().Effect(\\&quot;viesus_correct\\&quot;).Width(400).Crop(\\&quot;scale\\&quot;)).BuildImageTag(\\&quot;beach_day.jpg\\&quot;)&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;.NET&quot;,&quot;packageName&quot;:&quot;CloudinaryDotNet&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;dart&quot;,&quot;framework&quot;:&quot;dart&quot;,&quot;language&quot;:&quot;dart&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.image(&#039;beach_day.jpg&#039;).transformation(Transformation()\\n\\t.resize(Resize.scale().width(400))\\n\\t.adjust(Adjust.viesusCorrect()));&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.image(&#039;beach_day.jpg&#039;).transformation(Transformation()\\n\\t.resize(Resize.scale().width(400))\\n\\t.adjust(Adjust.viesusCorrect()));&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Dart&quot;,&quot;packageName&quot;:&quot;cloudinary_dart&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;swift&quot;,&quot;framework&quot;:&quot;swift&quot;,&quot;language&quot;:&quot;swift&quot;,&quot;rawCodeSnippet&quot;:&quot;imageView.cldSetImage(cloudinary.createUrl().setTransformation(CLDTransformation().setEffect(\\&quot;viesus_correct\\&quot;).setWidth(400).setCrop(\\&quot;scale\\&quot;)).generate(\\&quot;beach_day.jpg\\&quot;)!, cloudinary: cloudinary)&quot;,&quot;codeSnippet&quot;:&quot;imageView.cldSetImage(cloudinary.createUrl().setTransformation(CLDTransformation().setEffect(\\&quot;viesus_correct\\&quot;).setWidth(400).setCrop(\\&quot;scale\\&quot;)).generate(\\&quot;beach_day.jpg\\&quot;)!, cloudinary: cloudinary)&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;iOS&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;5.x&quot;},{&quot;sdkId&quot;:&quot;android&quot;,&quot;framework&quot;:&quot;android&quot;,&quot;language&quot;:&quot;android&quot;,&quot;rawCodeSnippet&quot;:&quot;MediaManager.get().url().transformation(new Transformation().effect(\\&quot;viesus_correct\\&quot;).width(400).crop(\\&quot;scale\\&quot;)).generate(\\&quot;beach_day.jpg\\&quot;);&quot;,&quot;codeSnippet&quot;:&quot;MediaManager.get().url().transformation(new Transformation().effect(\\&quot;viesus_correct\\&quot;).width(400).crop(\\&quot;scale\\&quot;)).generate(\\&quot;beach_day.jpg\\&quot;);&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Android&quot;,&quot;packageName&quot;:&quot;cloudinary-android&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;3.x&quot;},{&quot;sdkId&quot;:&quot;flutter&quot;,&quot;framework&quot;:&quot;flutter&quot;,&quot;language&quot;:&quot;flutter&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.image(&#039;beach_day.jpg&#039;).transformation(Transformation()\\n\\t.resize(Resize.scale().width(400))\\n\\t.adjust(Adjust.viesusCorrect()));&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.image(&#039;beach_day.jpg&#039;).transformation(Transformation()\\n\\t.resize(Resize.scale().width(400))\\n\\t.adjust(Adjust.viesusCorrect()));&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Flutter&quot;,&quot;packageName&quot;:&quot;cloudinary_flutter&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;kotlin&quot;,&quot;framework&quot;:&quot;kotlin&quot;,&quot;language&quot;:&quot;kotlin&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.image {\\n\\tpublicId(\\&quot;beach_day.jpg\\&quot;)\\n\\t resize(Resize.scale() { width(400) })\\n\\t adjust(Adjust.viesusCorrect()) \\n}.generate()&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.image {\\n\\tpublicId(\\&quot;beach_day.jpg\\&quot;)\\n\\t resize(Resize.scale() { width(400) })\\n\\t adjust(Adjust.viesusCorrect()) \\n}.generate()&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;Kotlin&quot;,&quot;packageName&quot;:&quot;kotlin-url-gen&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;},{&quot;sdkId&quot;:&quot;jquery&quot;,&quot;framework&quot;:&quot;jquery&quot;,&quot;language&quot;:&quot;jquery&quot;,&quot;rawCodeSnippet&quot;:&quot;$.cloudinary.image(\\&quot;beach_day.jpg\\&quot;, {effect: \\&quot;viesus_correct\\&quot;, width: 400, crop: \\&quot;scale\\&quot;})&quot;,&quot;codeSnippet&quot;:&quot;$.cloudinary.image(\\&quot;beach_day.jpg\\&quot;, {effect: \\&quot;viesus_correct\\&quot;, width: 400, crop: \\&quot;scale\\&quot;})&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;jQuery&quot;,&quot;packageName&quot;:&quot;cloudinary-jquery&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;2.x&quot;},{&quot;sdkId&quot;:&quot;react_native&quot;,&quot;framework&quot;:&quot;react_native&quot;,&quot;language&quot;:&quot;react_native&quot;,&quot;rawCodeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;beach_day.jpg\\&quot;)\\n  .resize(scale().width(400))\\n  .adjust(viesusCorrect());&quot;,&quot;codeSnippet&quot;:&quot;new CloudinaryImage(\\&quot;beach_day.jpg\\&quot;)\\n  .resize(scale().width(400))\\n  .adjust(viesusCorrect());&quot;,&quot;status&quot;:0,&quot;statusText&quot;:&quot;Ok&quot;,&quot;displayName&quot;:&quot;React Native&quot;,&quot;packageName&quot;:&quot;cloudinary-react-native&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;}]\"\n      parsed-url=\"{&quot;url&quot;:&quot;https:\\\/\\\/res.cloudinary.com\\\/demo\\\/image\\\/upload\\\/c_scale,e_viesus_correct,w_400\\\/beach_day.jpg&quot;,&quot;cloud_name&quot;:&quot;demo&quot;,&quot;host&quot;:&quot;res.cloudinary.com&quot;,&quot;type&quot;:&quot;upload&quot;,&quot;resource_type&quot;:&quot;image&quot;,&quot;transformation&quot;:[{&quot;crop_mode&quot;:&quot;scale&quot;,&quot;effect&quot;:&quot;viesus_correct&quot;,&quot;width&quot;:&quot;400&quot;}],&quot;transformation_string&quot;:&quot;c_scale,e_viesus_correct,w_400&quot;,&quot;url_suffix&quot;:&quot;&quot;,&quot;version&quot;:&quot;&quot;,&quot;secure&quot;:true,&quot;public_id&quot;:&quot;beach_day.jpg&quot;,&quot;extension&quot;:&quot;jpg&quot;,&quot;format&quot;:&quot;jpg&quot;,&quot;format_code&quot;:true,&quot;url_code&quot;:false,&quot;signature&quot;:&quot;&quot;,&quot;private_cdn&quot;:false,&quot;result_asset_type&quot;:&quot;image&quot;}\"\n      with-url=\"true\"\n    >\n      <span class=\"u-visually-hidden\">Loading code examples<\/span>\n    <\/cld-code-widget><a class=\"c-image-link\" href=\"https:\/\/res.cloudinary.com\/demo\/image\/upload\/c_scale,e_viesus_correct,w_400\/beach_day.jpg\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/res.cloudinary.com\/demo\/image\/upload\/c_scale,e_viesus_correct,w_400\/beach_day.jpg\" alt=\"Image automatically enhanced with VIESUS add-on\" loading=\"lazy\" class=\"c-transformed-asset\"  width=\"400\" height=\"300\"\/><\/a>\n<\/li>\n<\/ul>\n<h3>WebPurify<\/h3>\n<p><a href=\"https:\/\/cloudinary.com\/documentation\/webpurify_image_moderation_addon\">WebPurify image moderation<\/a> comes in handy in various user generated content sites, by automatically moderating all photos uploaded to your application, thus preventing adult-oriented and inappropriate images from creeping into your websites or mobile applications. Custom moderation profiles can also be defined with our assistance, making sure that whatever images you don\u2019t want appearing on your website &#8211; will be automatically screened out. You can read more about this add-on <a href=\"https:\/\/cloudinary.com\/blog\/automatic_image_moderation_removing_adult_or_inappropriate_photos_using_webpurify_and_cloudinary\">here<\/a>.<\/p>\n<h3>Remove The Background<\/h3>\n<p><a href=\"https:\/\/cloudinary.com\/documentation\/remove_the_background_image_editing_addon\">Remove The Background<\/a> editing add-on automatically removes any background from your photos, resulting in a transparent-background image focusing only on the main object within your photo. This is especially common in e-commerce, media, and news sites in order to place the main element of the image on either white or color backgrounds. The final result better integrates an image into a site or specific page\u2019s graphic design. This <a href=\"https:\/\/cloudinary.com\/blog\/how_to_automatically_and_professionally_remove_photo_backgrounds\">blog post<\/a> describes this add-on in detail.<\/p>\n<p>Which add-ons are your favorite? Are there any additional add-ons you wish we had? We would love to get your <a href=\"https:\/\/cloudinary.com\/contact\">feedback and thoughts<\/a>!<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":41,"featured_media":24085,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_cloudinary_featured_overwrite":false,"footnotes":""},"categories":[1],"tags":[25,165],"class_list":["post-21366","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-asset-management","tag-image-transformation"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.6 (Yoast SEO v26.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Our most popular add-ons and how to utilize them<\/title>\n<meta name=\"description\" content=\"Discover which of our add-ons are most popular amongst our users and their different use cases\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cloudinary\u2019s most popular image processing add-ons\" \/>\n<meta property=\"og:description\" content=\"Discover which of our add-ons are most popular amongst our users and their different use cases\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons\" \/>\n<meta property=\"og:site_name\" content=\"Cloudinary Blog\" \/>\n<meta property=\"article:published_time\" content=\"2016-04-07T12:56:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-27T21:45:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/v1650586085\/87_HNY-hat-trick\/87_HNY-hat-trick-png?_i=AA\" \/>\n\t<meta property=\"og:image:width\" content=\"2000\" \/>\n\t<meta property=\"og:image:height\" content=\"1100\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"NewsArticle\",\"@id\":\"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons#article\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons\"},\"author\":{\"name\":\"\",\"@id\":\"\"},\"headline\":\"Cloudinary\u2019s most popular image processing add-ons\",\"datePublished\":\"2016-04-07T12:56:42+00:00\",\"dateModified\":\"2024-05-27T21:45:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons\"},\"wordCount\":7,\"publisher\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1650586085\/87_HNY-hat-trick\/87_HNY-hat-trick.png?_i=AA\",\"keywords\":[\"Asset Management\",\"Image Transformation\"],\"inLanguage\":\"en-US\",\"copyrightYear\":\"2016\",\"copyrightHolder\":{\"@id\":\"https:\/\/cloudinary.com\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons\",\"url\":\"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons\",\"name\":\"Our most popular add-ons and how to utilize them\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1650586085\/87_HNY-hat-trick\/87_HNY-hat-trick.png?_i=AA\",\"datePublished\":\"2016-04-07T12:56:42+00:00\",\"dateModified\":\"2024-05-27T21:45:15+00:00\",\"description\":\"Discover which of our add-ons are most popular amongst our users and their different use cases\",\"breadcrumb\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons#primaryimage\",\"url\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1650586085\/87_HNY-hat-trick\/87_HNY-hat-trick.png?_i=AA\",\"contentUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1650586085\/87_HNY-hat-trick\/87_HNY-hat-trick.png?_i=AA\",\"width\":2000,\"height\":1100},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cloudinary.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cloudinary\u2019s most popular image processing add-ons\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#website\",\"url\":\"https:\/\/cloudinary.com\/blog\/\",\"name\":\"Cloudinary Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cloudinary.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\",\"name\":\"Cloudinary Blog\",\"url\":\"https:\/\/cloudinary.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA\",\"contentUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA\",\"width\":312,\"height\":60,\"caption\":\"Cloudinary Blog\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Our most popular add-ons and how to utilize them","description":"Discover which of our add-ons are most popular amongst our users and their different use cases","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons","og_locale":"en_US","og_type":"article","og_title":"Cloudinary\u2019s most popular image processing add-ons","og_description":"Discover which of our add-ons are most popular amongst our users and their different use cases","og_url":"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons","og_site_name":"Cloudinary Blog","article_published_time":"2016-04-07T12:56:42+00:00","article_modified_time":"2024-05-27T21:45:15+00:00","og_image":[{"width":2000,"height":1100,"url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/v1650586085\/87_HNY-hat-trick\/87_HNY-hat-trick-png?_i=AA","type":"image\/png"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons#article","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons"},"author":{"name":"","@id":""},"headline":"Cloudinary\u2019s most popular image processing add-ons","datePublished":"2016-04-07T12:56:42+00:00","dateModified":"2024-05-27T21:45:15+00:00","mainEntityOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons"},"wordCount":7,"publisher":{"@id":"https:\/\/cloudinary.com\/blog\/#organization"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1650586085\/87_HNY-hat-trick\/87_HNY-hat-trick.png?_i=AA","keywords":["Asset Management","Image Transformation"],"inLanguage":"en-US","copyrightYear":"2016","copyrightHolder":{"@id":"https:\/\/cloudinary.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons","url":"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons","name":"Our most popular add-ons and how to utilize them","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons#primaryimage"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1650586085\/87_HNY-hat-trick\/87_HNY-hat-trick.png?_i=AA","datePublished":"2016-04-07T12:56:42+00:00","dateModified":"2024-05-27T21:45:15+00:00","description":"Discover which of our add-ons are most popular amongst our users and their different use cases","breadcrumb":{"@id":"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons#primaryimage","url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1650586085\/87_HNY-hat-trick\/87_HNY-hat-trick.png?_i=AA","contentUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1650586085\/87_HNY-hat-trick\/87_HNY-hat-trick.png?_i=AA","width":2000,"height":1100},{"@type":"BreadcrumbList","@id":"https:\/\/cloudinary.com\/blog\/cloudinary_s_most_popular_image_processing_add_ons#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudinary.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Cloudinary\u2019s most popular image processing add-ons"}]},{"@type":"WebSite","@id":"https:\/\/cloudinary.com\/blog\/#website","url":"https:\/\/cloudinary.com\/blog\/","name":"Cloudinary Blog","description":"","publisher":{"@id":"https:\/\/cloudinary.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudinary.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cloudinary.com\/blog\/#organization","name":"Cloudinary Blog","url":"https:\/\/cloudinary.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA","contentUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA","width":312,"height":60,"caption":"Cloudinary Blog"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":""}]}},"jetpack_featured_media_url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1650586085\/87_HNY-hat-trick\/87_HNY-hat-trick.png?_i=AA","_links":{"self":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/21366","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/users\/41"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/comments?post=21366"}],"version-history":[{"count":2,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/21366\/revisions"}],"predecessor-version":[{"id":33956,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/21366\/revisions\/33956"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media\/24085"}],"wp:attachment":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media?parent=21366"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/categories?post=21366"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/tags?post=21366"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}