Object {imageFormat: "image/jpeg", imageB64: "/9j/4AAQ...="} imageB64: "/9j/4AAQSkZJRgABAQAAAQABAAD/2wBD..." imageFormat: "image/jpeg"
I have an image object as above. I printed it out using
console.log(result);
It is pretty obvious that it is in base64.
What I want to do is to save this image onto my file system so that i can analyse it. I want to be able to find out the quality and size of this image as it was taken by my webcam and cropped.