tool review - homework 11

Post on 08-Jul-2015

135 Views

Category:

Technology

2 Downloads

Preview:

Click to see full reader

DESCRIPTION

Review of Cloudinary

TRANSCRIPT

{

Kyle Blake

About Cloudinary

Manages images for web or mobile apps

Aims to cover every image-related develop work your system requires; including upload, storage, administration, manipulation, and delivery

Founded in 2011

Today is the market leader in cloud-based image management solution

Allows images from Node.js, Java, Rails, jQuery and many more client libraries

Image transformation

Allows easy transformation of images to any format and dimension

Simple code to do so, for example resizing an image in Rails

cl_image_tag("sample.jpg", :width => 90, :height => 70, :crop => :scale)

Improve website performance

Store all your web resources on the cloud.

Your resources are fully backed up and always available.

Deliver all your resources quickly and efficiently while using modern highly available cloud technologies.

Easily transform your images to any format and dimension. (See Smart Image Management for more details).

You don’t need to install any graphic or image manipulation software.

Keep all your uploads on the cloud and let Cloudinary manage the upload process for you.

Using sample app for cloudinary with node.js

Using the sample apps code I linked the app to my cloudinarypage.

At first no images are there

Choose a file from your library

The file will be added onto the webpage and your cloudinarypage

top related