-
Is the l_radialize layer effect generally available?
We are developing an imprint store. We will have imprinted items such as the coffee mug as shown in your examples. But at this time the l_radialize effect does not seem available and cannot apply the wrapping effect of an image on the mug.
-
the transformation fails before the 25mb limit?
I am attempting to upscale an image, but the process fails even though it’s within the 25 MB limit. I reviewed the documentation, which mentions a 25-megapixel limit for image transformations on the free plan. However, I am uncertain if the 25-megapixel limit is calculated differently, as I haven’t been able to pinpoint…
-
Background swap on any video
I have yet to find a way to easily remove the background from a video so we can then replace that background with any image. Our use case is like most mobile apps where users can easily change out the background behind them. And No - I do not want to force our users to film on a greenscreen. Let me know if this is on the…
-
Does transformation require a base image?
Do you have to create a base image on which to apply a transformation, or can you program Cloudinary to create a base image to start the transformation? For example, I need to transform solid color background 1080x1080. I would like to program Cloudinary to create that image on which to build the transformations, rather…
-
Weird request du to comma in cloudinary url
On my server logs I got multiple incomming request as follow: http://my-server.com/page/example/c_fill/q_auto/f_auto/example.jpg On this page there is this cloudinary image that contain comma (",") on url https://res.cloudinary.com/<ID>/image/upload/w_1000,h_1000,c_fill/q_auto/f_auto/example.jpg Image tag is declare as…
-
How to do Background remove (AI) with Make.com (Integromat)? (It says the transformation not avail)
I have a Make.com (integromat) workflow to grab image from Airtable, upload to Cloudinary, process some transformations and then save back to Airtable. All works fine. But when i try to use the … e_background_removal .. transformation, it doesn't work. I do have credits for the AI Background removal plugin and I am able to…
-
GLB Cameras
Does cloudinary support loading cameras that are embed in GLB files?
-
Need some help with image cropping transformation
I need to crop a batch of images that have a person in them to specific dimensions. I want to keep the person in the result crop, but I want them to be placed at a specific part of the image, for example, south east. I have thought about using x,y coordinates, but that would mean I would need to determine the coordinates…
-
Image download with full DPI possible?
Hi, I have a problem with downloading my images after the transformation (crop/fill). The original image is 300 DPI but the transformed is only 72 pixel/inch. Can somebody tell me how to fix this issue? Regards.
-
Cloudinary URL Transformations Not Working Due to Firebase Auth Rule Conflicts
Hi Team Cloudinary, We've integrated the URL transformation feature of Cloudinary in our React app, but recently encountered an issue. We've applied an authentication rule to our Firebase bucket that stores the images we intend to optimize using Cloudinary. Unfortunately, since implementing this rule, the recent…
-
Transformation : Blur doesn't work, everytime time out by Make
Hi, I have a problem with Cloudinary, i can't transform my vidéo with any kind of blur, all my request are timeout by Make (Integromat). Someone know what is going on or have a solution for that ?
-
Is it possible to create a sequence of images from a video
I need to create a sequence of images from a video, I know it is possible to do something similar like transformations, video to gif or video to webp. But I need to store all the images and consume them in an specific way. Will this type of transformations store the images somewhere so I can use them after Cloudinary does…
-
responsive gallery, <a> <img> tags
hi i have a gallery that 1st loads thumbs from <img> and within here there is a srcset. They are transformed correctly according to browser width and i use this url transform for all images in the srcset replacing 256 up to larger sizes: /f_auto/q_auto/c_scale,w_256(etc…)/ <div class="grid-item item animated-fast"…
-
Video transformation messing audio
The audio of my video gets messed up whenever I apply a transformation to it. Video without transformation Video with transformation I'm using the NodeJS SDK to generate the video URL const video = new CloudinaryVideo( video_public_id, cloudinary_config ); I've tried different audio encodings i.e…
-
How to overlay an image on top of non-transparent pixels only?
I'm trying to create a realistic t-shirt mockup. The 3 elements that I have working so far are: 1) t-shirt image 2) artwork 3) displacement map for the artwork (to match t-shirt folds) I am trying to add a shadow layer, which can essentially be a semi-transparent PNG. However, I can't figure out how to place it only on top…