Function to save and import images in xml in C#
-
wrote on 10 Feb 2022, 04:42 last edited by
I know that in C# there is a function to save and get images, icons in xml.
Does QT have such a feature? Because I don't want to manage image or icon files. Speedup can also be a reason.
-
I know that in C# there is a function to save and get images, icons in xml.
Does QT have such a feature? Because I don't want to manage image or icon files. Speedup can also be a reason.
@IknowQT Do you mean CDATA and Base64 encoded binary data in a XML document?
If so then take a look at https://doc.qt.io/archives/qt-5.12/qdomcdatasection.html -
I know that in C# there is a function to save and get images, icons in xml.
Does QT have such a feature? Because I don't want to manage image or icon files. Speedup can also be a reason.
wrote on 10 Feb 2022, 08:13 last edited by@IknowQT said in Function to save and import images in xml in C#:
Speedup can also be a reason.
You mean saving/loading images in an XML format can result in faster performance than saving them in their native binary format?
-
wrote on 10 Feb 2022, 22:45 last edited by
@IknowQT said in Function to save and import images in xml in C#:
I know that in C# there is a function to save and get images, icons in xml.
Care to share a link to the documentation for this API call so that we can have some idea what such a function might do?
2/4