Results 1 to 6 of 6

Thread: .gif and .tiff image type in QListView in QT3.3.5

  1. #1
    Join Date
    Mar 2006
    Posts
    47
    Thanks
    2
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11

    Default .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

  2. #2
    Join Date
    Jan 2006
    Location
    Ukraine,Lviv
    Posts
    454
    Thanks
    9
    Thanked 27 Times in 27 Posts
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Default 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
    a life without programming is like an empty bottle

  3. #3
    Join Date
    Mar 2006
    Posts
    47
    Thanks
    2
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11

    Default 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

  4. #4
    Join Date
    Mar 2006
    Posts
    47
    Thanks
    2
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11

    Default 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

  5. #5
    Join Date
    Mar 2006
    Posts
    47
    Thanks
    2
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11

    Default Re: .gif and .tiff image type in QListView in QT3.3.5

    Hi
    Please Assist me.

    Thanks and Regards

  6. #6
    Join Date
    Mar 2006
    Posts
    47
    Thanks
    2
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11

    Default 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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.