How to create a png or jpg file from a UIImage (camera/gallery), my aim isn't for saving locally I should upload this image as image to server.
tried UIImageJPEGRepresentation and UIImagePNGRepresentation but they both creates a NSData, I want pure png/swift files-images.