The documentation is extremely vague when it comes to images. I have been looking all through the documentation and cant find an answer to this:
When I say file.write(myImageBlob), what format is in that image blob?
Every example I find seems to assume it is either jpg or png by setting the saved file name to that extension, but nowhere in the documentation does it specify exactly what the image format is.
Does it look at the extension when it is saved? Is it always jpg, and the ones that are saving as png wrong? Is it always png and the ones that are saving as jpg wrong? Is it specified in a method somewhere that I am missing? Does it depend on the platform (android or ios)?