Skip to main content

How to transform existing original cloudinary images?

Comments

2 comments

  • Christopher Ngo

    Hi,

     

    How would I go about doing this using python and using the quality:auto transformation?

    0
  • Raya Straus

    Hi Christopher,

    Please see our documentation on transformations- https://cloudinary.com/documentation/image_transformations#adjusting_image_quality

    In general, you can try something like the following-

    CloudinaryImage("<my_image>").image(quality="auto")

     

    0

Please sign in to leave a comment.