How to convert heic to jpg in Objective-C

Viewed 4124

iOS 11 has introduced new image format called HEIC. So when I upload images to server, it will be failed. So I need to convert HEIC file format to JPEG.

I tried just changing the file format, but it won't be working. So if anyone find a solution to convert HEIC file to JPEG, please provide a solution.

1 Answers
Related