-
export 'audio' (imported as 'audio') was not found in '@cloudinary/url-gen/qualifiers/source'
Hello, I want to remove the existing audio from video and want to add an overlay of audio. I'm using it in react sdk and refered using this https://cloudinary.com/documentation/video_layers#audio_overlays there i can see import { source } from "@cloudinary/url-gen/actions/overlay"; import { audio } from…
-
Named transformation with user-defined variables not working
I'm working with Strict Transformations mode disabled and I'm trying the following named transformation (portfolio_color_replacement) with user-defined variables: My original image looks like this: If I try to use the replace color effect like this…
-
Transformation
Hi All! I Ran this command Transformation all my images, it's says all done but i dont see the changes, and the updated image return with the original info. what's wrong? const result = await cloudinary.api.resources({ type: 'upload', max_results: 500 }); for (const image of result.resources) { const { public_id, format }…
-
Text anchorpoint
Hi, when I make the name shorter the text moves. I want the first letter to always start at the same point. For example: That is a full name so that is long. But if I only enter John the text moves really far. I want that the starting point stays the same no matter the length of the word: So that the J from John Anderson…
-
Named transformation with user-defined variables not allowed
I'm trying to define a named transformation for my web application user profile picture section for a cropped image, I defined the followed transformation in the transformation builder: I'm working with Strict Transformations mode enabled and I tried to crop a public image with "upload" Delivery type just like this:…
-
Adding an effect bumps up the image size past the allowed size
I have an image that is 7.66 MB. If I go in to quick edit and attempt the following transformation: e_shadow,x_10,y_10/q_auto/f_auto I get an error 'Maximum image size is 25 Megapixels. Requested 53.7 Megapixels'. I would not have expected a show effect to bump up the image size. Are there any workarounds, bearing in mind…
-
how to upload png with transparent background to cloudinary
I am trying to upload a png image with transparent background to cloudinary using nodejs application The image is in png format i.e. logo.png. I am using multer to get the image convert into buffer before uploading the image. But when I upload the image the transparent background changes to a white background. The response…
-
Fetch URL overlay fails on some gifs
Exactly as the question title states, I'm having difficulty with certain gifs simply refusing to embed. I'm using the URL method to produce transformations using f_auto (print…
-
i want to remove c_scale from the Image URL
Here is an example of the image url https://res.cloudinary.com/dy4kpnhxq/images/c_scale,w_600,h_305,dpr_0.8999999761581421/f_auto,q_auto:best/v1702935113/MXCSOY108_Christmas-Wreath_9x16_01-1/MXCSOY108_Christmas-Wreath_9x16_01-1.jpg?_i=AA In it, as you can see there is c_scale, I want to remove that from the URL of the…
-
cloudinary.url() with crop doesn't return sized image
const sizedUrl = cloudinary.url( file_name , { transformation: [ {width: 96, crop: "scale"}, {quality: "auto"}, {fetch_format: "auto"} ] } ); Returns the url, http://res.cloudinary.com/XXXXXX/image/upload/v1/file_name but the file size is just the original file size, why? Also option {secure: true} doesn't return https but…
-
Face Coordinates / Gravity for not faces
I'm searching through all of the resources, but haven't came across this yet, so here I am. What I'm doing specifically is - I have images that I'd like to add a "starburst / shine" to. The location of where I'd like to add this is "at the highest point on the thing". Kind of like "on the face" but in this case, it's not a…
-
Fetch url images sometimes don't embed
Exactly as the question title states, I'm having difficulty with certain gifs simply refusing to embed. I'm using the URL method to produce transformations using f_auto (print…
-
Custom Font Getting Cropped Weirdly
I'm trying to implement a custom font on the transformation URL API but whenever I try using it it looks like it gets cropped weirdly. Here's a transformation URL to showcase what happens when I try the name Sam:
-
Shear API and background colour
I want to use the shear effect on images. First, I resize and pad a source image, specifying a black background for the padded area. It ends up with a letterbox effect, which is exactly what I want. Second, I apply a shear like (30, 0). In the resulting image, where the pixels have been moved along their axis, that area is…
-
How to convert a potrait image to landscape or vice versa?
How to convert a potrait image to landscape image or vice versa?
-
Can SEO Suffixes be used to trigger transformations?
When a single image be used with several different SEO suffixes, can each of those suffixes transform that image to an image with different resolutions? The help page suggests (to me) this is possible but I cannot get it to work. Thanks Mark
-
How to explicitly set the Duration of the Video
I have A question about the Metadata of the video. Let me provide you with full details. Here is what my Code Looks like when I Call the <CloudVideo/> { postFileMeta.cloudData && ( <CloudVideo publicId={postFileMeta.cloudData.public_id} /> } and Here is the code for <CloudVideo/> { const cld = useMemo( () => new…
-
Disabling Video Downloads on Cloudinary
I need to share a link to a Cloudinary-hosted video while disabling or hiding the possibility of downloading the video itself. I'm wondering if it's possible to add the attribute controlsList="nodownload" so that the video rendered in the DOM has the following form: <video controls controlsList="nodownload"> I just want to…
-
How to remove the border from an image in a video
When I add a square image as an overlay to a video and add a command to transform it into a circle, but it keeps the square edge. How do I remove this white border?
-
Lazy async moderation / Retrigger moderation
I want to use Amazon Rekognition plugin in the following way: User uploads photo to Cloudinary and moves on using the site; Cloudinary lazily moderates the uploaded photo asynchronously; When finished, Cloudinary sends the results to a server endpoint via webhook; Server does further processing. But right now, if I use…
-
📊 Adding Images to Tableau Data Visualizations with Cloudinary
Hey there! As an active Cloudinary community member, I wanted to be sure you knew about our next live stream event. It is happening Tuesday, August 22nd at 8:30 a.m. Pacific on Cloudinary's YouTube, LinkedIn and Facebook channels. Tableau is one of the widely used data visualization and business intelligence tools! And…
-
Transformation URL
I am encountering difficulty in cropping a regular image into a hexagonal shape after uploading it to a specific folder. The provided URL example (https://my_cloud_name/image/upload/a_0/c_crop,w_2611,h_2261,x_43,y_5/l_hexagon,w_2611,h_2261,fl_cutter/public_id) illustrates successful hexagonal cropping when the image is…
-
Need to add music to entire length of video file which was made by concatenation many video files.
Example:…
-
Size of viewing an image in a collection
When I create a collection, I am able to limit downloads using a particular transformation, however viewers of the collection still get a full size version of the image when they click on the image to view it, which allows them to easily download the full-size original. The copyright on many of the images in our library is…
-
Image Transformation Performance Issue on My Website Using Cloudinary
Hello Cloudinary community, I hope you can help me troubleshoot a performance issue I'm facing on my capcut premium apk website. I've integrated Cloudinary for image management and transformation, and while the service has been great overall, I'm encountering a specific problem related to image transformation performance.…
-
How to specify maximum duration in an incoming transformation
Hi, I'm adding an incoming transformation in my unsigned upload preset to set a maximum duration of 9 sec per video whenever a video is uploaded client-side. So, if user uploads a video>9 sec, the video duration would be cut to 9 sec. I'm using the conditional field in the incoming transformation section to set this up:…
-
Is there a way I can decrease sound of layered audio file of cloudinary link?
I have added sound to the above link. Although I want to decrease layered audio file sound by 50% and also retain the original sound of the video
-
How to concat videos present in different folders?
Unable to concat videos present in two different folders . Sample URL (not working) :…
-
e_grayscale transformation not working
Lately I've been seeing more and more e_grayscale transformations throwing a 400 error, has anyone come across this issue? For example here's a headshot image of me that cannot be transformed: https://res.cloudinary.com/iadb/image/upload/v1687376032/users/dd7fd5e22e73490482294a8625381d8a_kwn2eu.jpg And here's the…
-
🦘Cloudinary JumpStart Course for New Developer Users
Hey there! As an active Cloudinary Community member, I wanted you to know about our latest self-paced Academy course - Cloudinary JumpStart for New Developer Users! This Cloudinary Academy primer is for new users of Cloudinary's Programmable Media products and APIs to know the sheer basics of working with us - setting up…
-
Face gravity transformation, false positives?
Hi There, Brand new to cloudinary and just having a play with the face recognition. In my project I build a URL (using the Vue sdk) to transform an image by cropping to a face if it's found, but to simply fit the image to dimensions if no face is found. So far the image recognition seems great, but for images with no face,…
-
Cloudinary image transformation with border radius
Hi I'm trying to generate this a cloudinary asset of as below, what is the best way to get the curve? I have tried with border radius r_0:0:500:100 transformation but unable to get the cover in this way.
-
Understanding Image Transformations report
My team has inherited internal processes that utilize Cloudinary from a time when we lacked sufficient guidance and standards for the platform. As we research older code and gain a clearer understanding of our existing implementation, I'm trying to identify the sources of the prevalent transformations, and why they are…
-
How can I manually crop an image using the Cloudinary DAM service?
I have been exploring the features of the Cloudinary DAM service and I have successfully uploaded an image. Now, I would like to customize the cropping of the image to a specific area. I want to manually define the dimensions and position of the cropped section. Can anyone guide me on how to achieve this using the…
-
I need help overlaying a Cloudinary image in another Cloudinary in React
I'm not sure why I can't figure this out, I've literally tried everything! Overlay isn't working properly for me. Here is my react code: <Image publicId={publicId}> <Transformation overlay="v1682478917/youdesignai/noAuthUser/qald4f8keeumoehhei3t" width="70" /> </Image> very simple right? Here is my URL of the first image:…
-
Are credits charged for each request? How can I mitigate the cost?
Hello, First things first - thank you for such a lovely service and your help. These tools are taking my personal projs. to higher levels. Second - I'm wondering about how to mitigate credit usage in a Next.js app. I have a few images and a video uploaded to the CDN. In the Next app I am using your <CldImage/> and…
-
Transformation of a specific page in a multi page pdf
Hi, I need to overlay some image and text on only 1 specific page of a multi page pdf file. The delivery URL based transformation is overlaying the image on multiple pages. The below is the URL i am using ( I have removed my account and image details)…
-
Occasional corrupt webp image transformations - any idea why?
Hello I'm doing a simple f_auto image transformation on the URL of my image. The original image is a png. After a year or so the webp image is now showing a pink stripe down the far right of the image. Eg If I look at…
-
Issues with image fetch consistency
Hello all! I've been stuck with this issue for a month and a half and I can't figure out what's causing it. I have been wanting to run tournaments on my server on discord using cloudinary to generate rosters. I wanted to run a few tests before making a more complex system so I threw together a welcome banner to see if it…
-
How to invalidate transformed image after source images are invalidated
I am compositing an image (result) out of 3 other images (a.webp, b.webp and c.webp) with the overlay (layer) transformation. When I update one of the source images (a, b or c) with the cld uploader upload command I also send the invalidate flag, but this only invalidates the cache of the source images, not of result . I…