Search or scroll through everything
The c_limit parameter is applied to avoid upscaling images. However, it also seems to be applied to SVG files, which doesn't make sense because SVGs are vector-based and don't have "upscaling" issues. For example, if "example.svg" has a size of 500px, the following URL will return a PNG of 500px instead of the expected…
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
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…
While trying to access a cloudinary URL for an SVG, the content length is not set on the first GET request. But subsequent requests has the header set. I process the asset based on content length further down which errors out in case the value is not set.
I have some SVG files in Cloudinary. On upload I apply an incoming transformation of "fl_sanitize" so that they should be viewable in the browser instead of downloaded. For the delivery URL I add /q_auto/f_auto, so that if a receiving browser/app doesn't support SVG it will be converted into PNG, WEBP, or whatever. I would…
You need to be logged in to ask or answer questions. You can use your Cloudinary account, just click the "Sign In" button.