Raanan Weber

Results 176 comments of Raanan Weber

First thanks for the changes. I know I am not developing this further, and I have no problem you taking over this, but please don't change the original URL to...

The code will not work. The signature of the function is: `imageResizer.storeImage(successCallBack, failCallBack, imageData, options);` the success callback will be called after the image will be successfully stored, fail in...

imageDataType must be IMAGE_DATA_TYPE_BASE64 (in the options), otherwise android is trying to read it as a URI.

options should be: ``` javascript { filename: 'name', directory: 'name', format: 'jpg', imageDataType: ImageResizer.IMAGE_DATA_TYPE_BASE64 } ```

well, as long as it is working :wink: I am not quite maintaining this repo at the moment. If you want to push a fix for this warning, be my...

Could you paste the entire base64 of the image? seems like this line - https://github.com/RaananW/PhoneGap-Image-Resizer/blob/master/src/Android/com/raananw/ImageResizer/ImageResizePlugin.java#L98 is unable to parse the base64 image you deliver, but I am pretty sure the...

I really have no idea, never encountered that. You will need to provide a bit more information if you want an answer for that...

look, I have no idea what image you are trying to decode... As I said - try pasting somewhere the image and I might be able to help more, when...

Eh, no, sorry, I can't give you a solution, as I have no idea what the problem is. The image (and your office) looks fine, might be an android problem...

Would probably take a while. Will try finding the time to check the windows phone SDK for that.