PDA

View Full Version : Display tiff image



rajg
24th July 2012, 06:29
Hello all,

I am newb in Qt. I want to display a tiff image in Qt. And further i have to perform some calculation on that. So, please tell, how to display the tiff image.

Thanks.

vinodpaul
24th July 2012, 06:50
To load file fro the disk use QImage ( const char * fileName, const char * format = 0 )