Archive for the ‘C++’ Category
Creating thumbnail images in Qt
30Jan10
Recently I need to create thumbnail images in one of my Qt applications, so I googled the Internet and found an article called Creating thumbnail preview by Ariya Hidayat. Ariya introduced three methods to create thumbnail images, all of them uses the QImage::scaled() function. Here’s a quick review of the three methods he introduced respectively. [...]
Filed under: C++, Programming, Qt | 8 Comments
Tags: algorithm, C, cplusplus, function, image, library, processing, Qitty, Qt, thumbnail, toolkit



