+ All Categories
Home > Technology > Tool Review - Homework 11

Tool Review - Homework 11

Date post: 08-Jul-2015
Category:
Upload: kyle-blake
View: 134 times
Download: 2 times
Share this document with a friend
Description:
Review of Cloudinary
Popular Tags:
11
{ Kyle Blake
Transcript
Page 1: Tool Review - Homework 11

{

Kyle Blake

Page 2: Tool Review - Homework 11

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

Page 3: Tool Review - Homework 11

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)

Page 4: Tool Review - Homework 11

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.

Page 5: Tool Review - Homework 11

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

Page 6: Tool Review - Homework 11
Page 7: Tool Review - Homework 11

Choose a file from your library

Page 8: Tool Review - Homework 11
Page 9: Tool Review - Homework 11

The file will be added onto the webpage and your cloudinarypage

Page 10: Tool Review - Homework 11

Recommended