PhoneGap-Image-Resizer icon indicating copy to clipboard operation
PhoneGap-Image-Resizer copied to clipboard

Providing an image resizer plugin for phonegap projects on both Android and iOS

Results 10 PhoneGap-Image-Resizer issues
Sort by recently updated
recently updated
newest added

When I execute these three function my application is unexpectedly closed.

Hi, I have use my android phone take a image with portrait view, but when come editing, the image rotated to landscape...I have try iphone 4s no problem there. So...

Is it possible to scale/crop an image to square? Thanks

When I select an image from gallery in android, cause app crash, or when I use cordova camera plugin and set savetophotoalbum, it's cause the same problem.

hi i use the following code in a phonegap app ... android works fine ... but iOS keeps crashing not matter what params i change this is my code: ```...

com.raananw.imageResizer\src\ios\ImageResize.m NSRange r = [filename rangeOfString:format options:NSCaseInsensitiveSearch]; //removed if (r.location == NSNotFound) { [fullFileName appendString:@"."]; [fullFileName appendString:format]; } I think the code above should be removed

The methods getImageUsingOptions and saveImage don't work with files that are located at file:/// I am working on iOS 7.0.4 and trying to use this plugin to save and access...

window.imageResizer.storeImage( function (data) { var smallImage = document.getElementById('smallImage'); smallImage.src = dataURL; }, function (error) { console.log("Error : \r\n" + error); }, file, { imageDataType: ImageResizer.IMAGE_DATA_TYPE_URL, filename: 'name', directory: '/name', format:...

A Windows Phone Version is missing

enhancement

The plugin works well on Android but I wasn't able to make it work on iOS. If I set in the options "photoAlbum: true" I see an alert "The image...