PDA

View Full Version : .gif and .tiff image type in QListView in QT3.3.5



darpan
7th March 2006, 13:44
Hi all
I want to show different image types like .bmp,.gif,.tiff,jpeg,png etc. I am working on qt 3.3.5 for mac. I have to show these image types in QLIstView. But i am unable to show the .gif and .tiff file types in QlistView.

How i can support these image type. If there are plugin how i can embed them in my project.


Thanks

zlatko
7th March 2006, 14:50
Yes you must buid needed plugins. Look in Assistant for more detailes for MacOs

darpan
8th March 2006, 05:42
Hi

Some one says that i have to use TiffIO(google ->) plugin for tiff support. Now how i can include this support in my qt application .


Thanks

darpan
9th March 2006, 09:33
Hi all,
I am using TiffIO plugin to show the .tif type image in QListView. I have downloaded TiffIO-120e.tgz and then i got the project.

I have used the:
Qmake -o makefile test.pro
make

Then i got the following error:

ld: warning prebinding disabled because of undefined symbols
ld: Undefined symbols:
_jpeg_CreateCompress
_jpeg_CreateDecompress
_jpeg_abort
_jpeg_destroy
_jpeg_finish_compress
_jpeg_finish_decompress
_jpeg_read_header
_jpeg_read_raw_data
_jpeg_read_scanlines
_jpeg_resync_to_restart
_jpeg_set_colorspace
_jpeg_set_defaults
_jpeg_set_quality
_jpeg_start_compress
_jpeg_start_decompress
_jpeg_std_error
_jpeg_suppress_tables
_jpeg_write_raw_data
_jpeg_write_scanlines
_jpeg_write_tables
make: *** [test-debug.app/Contents/MacOS/test-debug] Error 1


What i should do?


Thanks and regards

darpan
10th March 2006, 06:38
Hi
Please Assist me.

Thanks and Regards

darpan
18th March 2006, 04:31
Hi,
Still i am unable to show the .tiff images in QlistView and to build TiffIO plugin. Please help me how can i build the TiffIO plugin and include this in my main project to support the .tiff images.


Best Regards