Can't able to load the raw file in Qml.
-
I'm trying to load the raw file in qml. But when I pass the image path as '.raw/.dcm' format, I'm getting a error like unsupported file format. I have tried to convert the raw file to png/jpg file. But I did'nt got any function for that file conversion.
Provide me some solution to sort out this issue. Thanks in advance.
-
Hi and welcome to devnet,
From the top of my head, you would need to implement a custom image provider that creates a QImage from your raw files.