0

I want to resize (crop) an image (change natural size of image) and show it to a user. How can this be done with jquery or javascript?

My goal is to reduce the size of my image.

EX: If my image size is: 900 kb i want reduce to: 200 kb, with crop(resize width and height)

Please give me a example on: http://jsfiddle.net/

Brian
  • 3,264
  • 4
  • 30
  • 43
Taylor Gomez
  • 320
  • 1
  • 5
  • 22

1 Answers1

0

This stuff is advenced. Chack this: HTML5 Canvas Resize (Downscale) Image High Quality?

You can also check this out: https://transloadit.com/

Community
  • 1
  • 1
Vlad Isoc
  • 2,181
  • 1
  • 15
  • 15
  • I tried use of transloadit plugin for change natural size of image and show it to a user , but it doesn't work for me. how can done it? – Taylor Gomez May 21 '15 at 17:46