C++ library for handling heic images?
-
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?
-
Hi and welcome to devnet,
Something like that ?
-
@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.
-
@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.
@quattroz
Hi
Can Windows display the .heic images taken on iOS devices ? -
wrote on 27 Dec 2019, 14:17 last edited by
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
-
@mrjj said in C++ library for handling heic images?:
@quattroz
Hi
Can Windows display the .heic images taken on iOS devices ?no natively. Has to install a plugin to view the heic image on Windows 10
-
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 post is deleted! -
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
This post is deleted!
4/8