Re: Newbie: Require assistance - modify existing jpeg image ,save and display on LCD
You have to display the image somewhere. QImage only holds the data. You can use QLabel to display a QPixmap that you can obtain from QImage or directly load from file.
Bookmarks