C++ library for handling heic images?
-
@SGaist said in C++ library for handling heic images?:
Hi and welcome to devnet,
Something like that ?
I checked the library a while go. It can not handle .heic images taken on iOS devices.
-
This is not really Qt-related. anyway did you try https://github.com/strukturag/libheif ? they have example heic->jpg converter program so should be relally fast to check if it handles Apple's version of the file format
-
HEIC images can be opened on Windows PC natively and I am planning to build an app for viewing heic images on PC. is there any third-party library to do this?
-
This is not really Qt-related. anyway did you try https://github.com/strukturag/libheif ? they have example heic->jpg converter program so should be relally fast to check if it handles Apple's version of the file format