Long story short, I am trying to make a review system where I can overlay PNG's to make custom charts. Here are some examples of the direct URLs: https://res.cloudinary.com/dlxzju4kg/image/upload/botanist/3Heat.png https://res.cloudinary.com/dlxzju4kg/image/upload/botanist/1Spice.png…
I am building an AI image and video editing web app using nextjs. Based on the AI image feature I would like the cloudinary api upscale feature to upscale any images irrespective of the image size. How do I achieve that? Here is the cloudinary api uspscale feature code am using in my project "import { upscale } from…
import { v2 as cloudinary } from "cloudinary"; cloudinary.config({ cloud_name: process.env.CLOUDINARY_CLOUD_NAME, api_key: process.env.CLOUDINARY_API_KEY, api_secret: process.env.CLOUDINARY_API_SECRET }); const uploadOnCloudinary = async (localFilePath) => { try { // Upload the image const result = await…
Is there a way, programmatically or otherwise, where one could build a process to get a snippet of a video to use as a preview image? Users on my platform have an image gallery, and I'd like to have the option to upload videos. For the videos, I'd like to have a static image in the gallery, preferably with a play button…
Where can I get a list of the values/options supported for this function? The only ones I can seem to find are the ones listed in the examples. Thanks
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…
When I run my app I get the following error. System.UriFormatException: 'Invalid URI: The hostname could not be parsed.' I am running this on a blazor app and I am trying to upload my images. Can anyone help? Thanks
I am trying to upload images to my account using SyncFusion SfUpload. Has any used this or can point me to where I might get some info on this? Thanks, Tom7254
I have react vite app and I wanted to delete an image by passing public_id, but I couldn't make it work. My upload code works fine, but not the delete one. Please review my code and I needed your assistance. export async function uploadFile( profilePicture: File): Promise<{ images_url: string; images_public_id: string }> {…
Hi, I am using this API Cloudinary::Api.delete_resources([public_id_1, public_id_2], { all: true, resource_type: 'video' }) I am planning to delete the original asset and other derived transformations EXCEPT one of the transformations (basically thumbnail) of the original asset. Is that possible? If so, please suggest me…
I want to create an m3u8 file from my node api. Though it converts the extension type and i can easily play it on any m3u8 player. But it fails to perform other transformations like bitrates. I think cloudinary does not support adaptive streaming for audio only files, so i am creating 3 transformations with different…
Hi Everyone. I am a new in the Cloudinary. My apps paltform is on the Heroku. After running the app with the Cloudinary SDK, I got the following error message. Mixed Content: The page at 'https://abc.herokuapp.com/user_profile.html' was loaded over HTTPS, but requested an insecure script…
I am able to present my Cloudinary images via public URL with the React <img> tag. Using the same URL with <CldImage> I get TypeError: Failed to construct 'URL': Invalid URL I'm new to Cloudinary but proficient with Nextjs and React. I must be missing something basic, but can't figure out what. Help would be greatly…
Hello Cloudinary Team, We are developing our project as a Flutter web and Flutter mobile application. We plan to use Cloudinary's secure storage and access methods to ensure the privacy of the images uploaded by users. However, we have some uncertainties in this regard and we would like to benefit from your experience.…
You need to be logged in to ask or answer questions. You can use your Cloudinary account, just click the "Sign In" button.