Cloudinary Blog

Archive for 2014
Our free plan quota just got 500% bigger
We know what it's like to launch a new venture and what it takes to succeed as a company with bootstrapped origins.
 
Cloudinary was extremely fortunate to grow and become an established brand with an amazing customer base, and we never lost sight of our entrepreneurial spirit and love to the startup-y way of thought.
Read more
10 Startups that manage their images in the cloud, Part 5
Often developers these days realize that they may be "re-implementing the wheel" building in-house technical solutions that are external to their core proposition. To solve this problem, they are looking for the best off-the-shelf SaaS solutions that will help them focus, get to market sooner, with better products, for lower overall costs.
Read more
Match Device Pixel Ratio by Automatically Adapting Images

In 2010, Apple introduced the iPhone 4 with Retina display. In order to simplify things for developers, the logical screen resolution remained the same as previous iPhone models (640x960) while the physical screen resolution was exactly doubled (1280x1920). This means that if, for example, you embed an image tag in your HTML page with width of 200 pixels and height of 300 pixels, and you display a double-size image of 400x600 pixels, the Retina display shows all pixels of the larger image, resulting in a much clearer visual result and without performing browser-side down-scaling.

Read more
Direct Image Upload From Browser or Mobile App to the Cloud

Handling user uploaded images and other files on your website can be a time consuming task. As images grow larger, uploading and processing them becomes more and more complex. For example, common upload issues for images and other files may relate to browser limitations, server configuration issues, memory and timeout issues. Specifically, handling user uploaded images on your website can be a hassle. In this post, we'll show how Cloudinary's cloud-based image management service can help you turn user uploading into a lightweight operation that bypasses your servers altogether.

Read more
Image transformation recipes in the cloud

How do you crop an image to a custom shape? How do you add a shadow effect to an image with transparency? How do you add text overlay to an image without using HTML?

If you build or maintain a website with a lot of images, you've probably had many questions like these. Most developers who work with images have scripts or tools that can achieve dozens if not hundreds of image transformations - from basics like crop and resize, to advanced stuff like shadow and transparency, watermarks, face detection, etc. But how do you mix and match these transformations correctly to solve a problem or achieve a certain effect?

Read more