Upload images (and more) to Cloudinary from your servers, your client's browsers & mobile apps or via remote URLs. Your files are stored safely, with secure backups and revision history.
Manipulate your images to fit your graphic design with on-the-fly and on-demand cloud-based image cropping, transformations, effects, face detection and more.
Add watermarks, image and text overlays.
Create thumbnails from multi-page PDFs.
Create sprites. Extract profile photos from
social networks.
Automatic image optimization and caching with world-wide CDN-based delivery. Multiple CDN support - Akamai, Amazon CloudFront and more, with virtually limitless scale.
Advanced management console, reports
and insights. Complete media library
management: upload and manage
images
and transformations.
Tag your images and browse them programmatically via RESTful APIs. Manipulate your images and gain easy access to their metadata, color details and semantic data.
<%= cl_image_tag("sheep.jpg", :width => 100, :height => 130, :crop => :fill) %>
<?php echo cl_image_tag("sheep.jpg", array("width" => 100, "height" => 130, "crop" => "fill")); ?>
cloudinary.image("sheep.jpg", { width: 100, height: 130, crop: "fill" })
cloudinary.CloudinaryImage("sheep.jpg").image(width=100, height=130, crop="fill")
$.cloudinary.image("sheep.jpg", { width: 100, height: 130, crop: "fill" })
cloudinary.url().transformation( new Transformation().width(100).height(130).crop("fill")).imageTag("sheep.jpg");
cloudinary.Api.UrlImgUp.Transform( new Transformation().Width(100).Height(130).Crop("fill")). BuildImageTag("sheep.jpg");
CLTransformation *transformation = [CLTransformation transformation]; [transformation setParams: @{@"width": @100, @"height": @130, @"crop": @"fill"}]; NSString *url = [cloudinary url:@"sheep.jpg" options:@{@"transformation": transformation}];
cloudinary.url().transformation( new Transformation().width(100).height(130).crop("fill")).generate("sheep.jpg");
“Cloudinary really helped us create
a photo intensive UI in almost zero effort.
You should definitely give it a try!”
“I was a bit skeptical when I first read
about Cloudinary, but after five minutes
of goofing around with it I’m sold.”
“Cloudinary solved all our image related headaches. Even if you have a working solution, Cloudinary will do it better.”
“Cloudinary is a very useful service for
any image processing needs without
anything server-side.”
“Totally amazed by Cloudinary.
Should be part of every front-end
dev's toolkit!”
“Imagine having an API for images... Here to offer you that convenience is a web service called Cloudinary.”
“Not usually a fan of image pipeline add-ons, but Cloudinary is hot. Face detection, cropping, etc...”
“Cloudinary offers a cloud-based solution for storing, processing and delivering web assets.”
“Cloudinary is super awesome.
Must-use service if you need to deal
with images.”
“Cloudinary is a step forward for web app developers, which allow them to concentrate on building their apps.”
“We just launched SpunApp today
using you guys for our image management.
Love it!”
“Using Cloudinary for managing & delivering your resources significantly improves the performance of your site.”
“The really unique thing: Cloudinary offers all kinds of image manipulations & transformations on-the-fly.”