Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to resize images at phonegap [closed]

I want to make some thumbnails for captured images. I think it improve perfomance of application (now my application use original sized images and looks a slower and slower if many images on the page). But I dont understand how to resize images more then one time. I know about phonegap resizing image (as option) when capture photo from camera, but it not working when I get image from imagegallery, and it not working more then one time. I want to have 32x32 image, 150x150 image and image in original size.

P.S. I found image resizer plugin but it not working at phonegap 3.0 version.

Anybody know how to do this feature?

like image 246
JustIce Avatar asked Sep 04 '13 19:09

JustIce


1 Answers

I found that the PhoneGap-Image-Resizer plugin was forked, and now it may suit for 3.0 as well. The fork is located here

like image 99
David Rabinowitz Avatar answered Oct 20 '22 18:10

David Rabinowitz