how do you convert JPEG image from the camera to png format?
Internally, Fuse does not provide any support for converting between image formats.
You could play with ImageTools and converting images to Base64 before sending them to a backend.
Or you could look into writing an Uno wrapper around some native code abstractions that does this on the different mobile platforms.