Skip to main content

Can I apply a transformation BEFORE the file is saved in Cloudinary

Comments

3 comments

  • Itay Taragano

    Hi Joe,

    Of course :) 

    Cloudinary supports applying an 'Incoming transformation' in order to transform your images before storing them in your account.

    Here's how (.NET documentation):

    http://cloudinary.com/documentation/dotnet_image_upload#incoming_transformations

    0
  • Joe Enzminger

    How do I do it when using fetch to upload images?

    0
  • Itay Taragano

    Incoming transformations are not supported for 'fetch'. You can apply an incoming transformation as your default upload preset (can be set from within your Upload settings page, and upload your remote URLs with our Auto-upload feature instead of fetch.

    Another option is to use the standard upload and set the image's URL as the upload sources, this of course support applying an incoming transformation while uploading.

    0

Post is closed for comments.