PDA

View Full Version : Creating thumbnail of image through qt



vishal.chauhan
30th January 2007, 13:18
Hi All,

I m using Qt 4.2.2 on my Intel Mac.
I want to construct a image thumnail from Qt.I have the starting sector no of the image and also the ending sector of the image.
I have to just pick the image from the starting sector to the ending sector and with that bytes I have to create the image thumbnails.

If any body knows how to do this then plz help me.

Thanks.

wysota
30th January 2007, 13:30
Look at QImage class.