-
Possible to add double border to an image?
Is there a syntax for adding a double border to an image? I'm trying to emulate a golf score card where a birdie is a circled number (easy) and an eagle is a double-circled number. Appreciate any help!
-
How to get my Named Transformation into the Derived Presets
I made a custom named transformation; that seems ok but when I go into my Media Library and click on edit an image when it opens and I click on the Derived Images it does not show as a Derived Image; yet when I'm in Media Library and double click on the image it opens and I can see the Transformation Presets. Is this…
-
Blog Post: Automated Open Graph Images on Github Pages with Cloudinary
Cloudinary came through again! Turning a normally pretty tough task of auto-generating open graph images into just a string builder function. Thanks for the awesome tool guys. Blog Post
-
Blog Post: Easy responsive images on Github Pages with Cloudinary
Hey guys, New to the community and just signed up for Cloudinary. I blog on Github Pages using Jekyll and Cloudinary plugged in real nice to my workflow. There's already a Jekyll plugin out there that hooks into Cloudinary but I wrote a quick blog on how to do it without needing to resort to custom plugins. Thought someone…
-
auto-scaling text to fit into a box?
Hi all, so I'm pulling reviews from GMB, adding the review text to an image, and then posting it to social channels. What I need to do is wrap the text, but also make sure it scales to fit an area, vertically centered. Any idea on the transform parameters for that?
-
add width / height to cropped objects
Hello there, So I recently came across Cloudinary, and I'm very impressed. However, I can't figure out how to add width/height to a cropped object. I'll leave an example here. Here is a sample image where I want to crop the product (dress). And here is the finished picture:…
-
Revolving text using the distort effect
The distort effect changes the shape of an image based on a set of new coordinates representing the relative new position for each of its 4 corners. The rest of the image is then distorted and stretched to smoothly fit the new dimensions.…
-
Self-referencing variables in transformations
There are lots of times when you might want to overlay (or underlay) a different transformation of the same image. For example, you might want to have a small, cropped and zoomed version of a product as a layer over a full sized image of a product, or you might want a blurred landscape version of a picture as the…
-
On-the-fly Background Removal
Background removal is one of my favorite tools baked-in to Cloudinary, but it always required a bit of extra effort to both upload it and figure out when the background removal process is completed. The good news is now we can remove backgrounds on the fly 🤩 Simply add the e_background_removal transformation and you're…