-
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…
-
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.
-
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…
-
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…
-
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"…
-
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…
-
Is it possible to do a text name repeat based on variable length with one request?
This is what we'd ultimately want to do. Repeating of a name, that's provided to us, either with one font or two fonts in a brick pattern. Based on our research we're able to do this with Cloudinary if we first do an image upload (POST /image/text) with the input name and obtain the height and width as a result. Then using…
-
Problems with dynamic url transformations
Hello everyone, I'm having trouble dynamically transforming images using urls. Whenever I attempt to transform an image, the browser says "this page isn't working." For example: Thanks!
-
Text auto wrapped
Hello, I have a question about this post: Can a text overlay be auto-wrapped? I'm particularly concerned with the last part. When I use a long text, it automatically goes upwards. How can I fix this? Example of short text: Example of long text: Thank you for your help!
-
Transform multi-page PDFs to image (all instead of only the first page)
Hi there, I'm using Cloudinary's "transform a resource"-module on the automation platform Make to process user uploads. Overall this works fine, but when users upload multipage PDFs, only the first page is processed. I read that one can specifcy a particular page to be converted, but I'm looking at convert all pages, no…
-
How can I upload images >20MB using transform url?
I'm using cloudinary's transform url https://api.cloudinary.com/v1_1/demo/image/upload to optimize my images. It works fine for images smaller than 20MB but when I try to upload an image >20MB it fails. After researching I found out that that's the maximum image size which is allowed for paid plans. But the sdk's provide…
-
Upload webm as mp3
We're making a chat application in Flutter that features voice recording. On the web client, the files are encoded as webm and those are not supported for playback on iOS. I guess I can use the transformation tools to re encode the webm to mp3 on download - but this is probably not optimal, is there a way to automatically…
-
Picture turns on 90 degrees after I upload it from Strapi
I use Strapi for CMS and I want to save my pictures in Cloudinary. I have a preset in Cloudinary - a set of different characteristics that I want to apply to a photo before saving it. If I upload a photo directly to the Cloudinari library, the preset is applied. If I upload a photo from Strapi, in the metadata of which the…
-
Clipping path in TIF is lost in JPG
Hello guys, I'm uploading a TIF file which contains a clipping path created in Photoshop. I would like download this file in JPG file format including the clipping path. When I download the JPG file and open it in Photoshop, the clipping path is gone. Does anybody had this behaviour before? Best Regards Ramin
-
Use file format in conditionnal transformation (p.ex: f_svg/fl_sanitize if source is svg)
Is it possible to apply a specific transformation only if the image source is a given format. My goal is to apply special transformation if source is an svg and another transformation if file source is not an svg if svg : /fl_sanitize/f_svg else /w_400,h_400,c_fit/q_auto I alreay check documentation here
-
Preserve multiple AI transformations
Hello, I have a NextJS application and I use the CldUploadWidget to upload images and the CldImage component to apply transformations. What I'm trying to do is the following: 1. The user uploads an image with a guy with black shirt and black hat. 2. Applies transformation to recolor the shirt to be white with the recolor…
-
About image retrieval
I am building Ai image saas platform where I am using cloudinary when I transformed the image it is not shown in home section named as recent images
-
Need some help with displacement effect.
Need some help, trying to get this displacement working, but unable to do so. I made the displacement map put it but for some reason the map is distorted. The background i need - https://res.cloudinary.com/dkaxmhco0/image/upload/v1716311455/main_background.jpg the label that needs to be cropped and added to the main…
-
Can I use tranformed video as overlay?
I have use case where I want to concatenate 100 - 150 clips of 10 seconds to make a highlight reel from a long may be 1-2 hour video. These can end up making the url long. So I was thinking whether I can transform each clips seperately then just kind of join it in the end using overlays. For ex I have to join 10 clips each…
-
Cloudinary video giving time out error.
http://res.cloudinary.com/ddyewklhk/video/upload/c_fill,du_12,h_1080,so_938.8,w_1920/fl_splice,l_video:ballerappCloudinary:66445980-D9CC-49D8-8D2A-FA656BF907EB-NL-merged.mp4:1713421058876/c_fill,du_12,h_1080,so_940.3,w_1920/fl_layer_apply/fl_splice,l_video:ballerappCloudinary:66445980-D9CC-49D8-8D2A-FA656BF907EB-NL-merged.m…
-
Getting 494 Error
We generated this reel . We are getting 494 error. Please provide support this is a production critical issue.
-
Concatenate and store on cloudinary
I made a transformation url and want to save on Cloudinary. Is there any api where we can directly put newly generated video ?
-
How to make linear gradient fade with custom opacity level?
In photoshop, we used to make linear gradient as below. background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.06) 27.84%, rgba(0, 0, 0, 0.13) 53%, rgba(0, 0, 0, 0.34) 100%) I couldn't find any other optioin except 'b_rgb' parameter but I want to make graident opacity. At scroll depth 27.84%, opacity…
-
Problems loading and playing video assets [Next 14, React, TypeScript, Cloudinary-React]
Hi, I am using "@cloudinary/react": "^1.13.0", and "@cloudinary/url-gen": "^1.16.1" in my Next.js app, and have received several reports of videos taking a while to buffer, or never load at all. It seems most commonly users are experiencing this while on Chrome Mobile iOS, but we've seen this issue across all browsers, iOS…
-
SVG transformation (e_colorize,co_rgb)
Hello ✋ I want to colorize the SVG using e_colorize transformation. For example I have SVG icon: https://res.cloudinary.com/lastminute-contenthub/e_colorize,co_rgb:ff00ff/f_png/v1/DAM/SVG/Custom%20Icons/2021%20redesign/HP/shadow_FS Here it works because I added the f_png transform. Without this transformation, an SVG is…
-
Is it possible to highlight specific words within subtitles of the video?
Hi. We're looking at Cloudinary to transform videos. We were able to set up a bunch of transformations via API and SDK. We also generated and added subtitles to a video (via SRT-file). But a very important thing for us is to be able to highlight specific words in subtitles. We know that it's possible to customize the whole…
-
Does cloudinary trim videos exactly according to start offset and duration parameter?
We generated this reel…
-
Code level transformations with Wordpress plugin
Hi there. We are using the Wordpress plugin and I know there are various transformation setting options, but I would like to apply specific transformations at code-level. Featured images display with different crops in different views so I need a bit more granular control over them. I have tried using the Cloudinary SDK…
-
Conditionally change fetch format
Hi there, I'm trying to figure out whether it's possible to conditionally change the fetch format. My users are uploading in various formats and currently I'm converting all images to .jpg. IF however, the uploaded file is a PNG, I want this file to stay a PNG in case it has transparent background. Currently, I'm checking…
-
Problems with Allowed strict referral domains
Hi! I've been working on a project using Cloudinary's generative recolor, and now I'm trying to prepare it to go live. I want to make sure that nobody can start generating a ton of new image transformations, so I've turned on strict transformations, and set my deployment site on vercel as an "allowed strict referral…
-
gen_remove is not supported as an incoming transformation
Hi, I'm trying to use a transformation preset while I upload pictures in node.js, this preset contains a gen_remove and it crashes with an error 500 "[unhandled] [500] gen_remove is not supported as an incoming transformation". I don't see a list of unsupported transformation in the docs, maybe because it's a new feature ?…