Converting images

In this section, we will learn how to build a simple image converter that converts an image from one format into another. Qt supports reading and writing different types of image formats, and this support comes in the form of external DLL files due to licensing issues. However, you don't have to worry about that because as long as you include those DLL files in your project, it will work seamlessly across different formats. There are certain formats that only support reading and not writing, and some that support both.

You can check out the full details at http://doc.qt.io/qt-5/qtimageformats-index.html.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset