.gif and .tiff image type in QListView in QT3.3.5
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
Re: .gif and .tiff image type in QListView in QT3.3.5
Yes you must buid needed plugins. Look in Assistant for more detailes for MacOs
Re: .gif and .tiff image type in QListView in QT3.3.5
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
Re: .gif and .tiff image type in QListView in QT3.3.5
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
Re: .gif and .tiff image type in QListView in QT3.3.5
Hi
Please Assist me.
Thanks and Regards
Re: .gif and .tiff image type in QListView in QT3.3.5
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