how-to
Discussion List
-
help
how to connect cloudnary cdn on my html website(for image optimization and make good permormance)?
-
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…
-
How to concat videos present in different folders?
Unable to concat videos present in two different folders . Sample URL (not working) :…
-
How do I find a list of all the tags I have created?
I'm trying to find where Cloudinary stores the list of tags I have created. I know how to make new ones, how to assign tags and how to remove them but I am trying to find where they are all 'kept' so I can either permanently delete them or amend them. Is it also possible to bulk-create tags? Thanks
-
Can cloudinary images work within power bi
I am adding the below code as a measure to d3.js cutom visual in power bi. however it is not giving me any image neither the script has errors. Can cloudinary images be displayed as visual in power bi. if yes, HOW? <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible"…
-
Image mockup automation for product graphics - Is this a thing?
Newbie question: Is there a way to use cloudinary to make mockups? I'm a visual artist and would like to automate the process of creating mockups of my art on various products and placed in different lifestyle settings. Here is an image of one of my paintings: And here is the painting in a photoshop mockup depicting it as…
-
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…
-
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