Skip to content

younggyuchun/on-demand-image-manipulation-webapp

Repository files navigation

ON DEMAND IMAGE MANIPULATION APP Build Status

Many web or mobile app provides feature that display images. The images might be users uploaded images, product images, or static images. You probably need to manipulate images on-the-fly to fit user requirements or mobile devices.

ON-DEMAND Image Manipulate App allows you to specify the required height and width to resize or crop images and also optimizes images to reduce file size and save bandwidth.

The following URL example shows image resizes transformation.

http://yourdomain/images/v1/resize?width=500&height=200&path=flower.jpg

Supported image processing application

Supported formats

Features (currently)

  • resize an image including animated GIFs
  • optimize aan image quality

Features (coming soon)

  • fetch an image from remote locations
  • composite an image
  • convert an image format
  • an image padding
  • an image transformation(rotate, crop, flip)

Image processing installation