In my app I save images captured by the camera as JPEG using the Picture.Save method. This takes a Picture.Formats enum with values for BMP, GIF, JPEG, PNG and TIFF. As my images are photos of things and the web service that I upload these images to has always accepted JPEG images, I use Picture.JPEG for the format parameter.
The web service has recently been updated to also support HEIC format images, but there’s no enum for .HEIC in Picture.Formats. Is there a way to save HEIC files based on a Picture?
2 posts - 2 participants