Results 1 to 15 of 15

Thread: how to display images in mosaic format?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Bremen, Germany
    Posts
    554
    Thanked 86 Times in 81 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to display images in mosaic format?

    I don't understand what you're missing - why can't you simply paint your images one to each other onto your QLabel? What else needs to be done?

  2. #2
    Join Date
    Apr 2008
    Posts
    29
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: how to display images in mosaic format?

    what I'm missing is combine multiple tiled geotiff images into one Image(QImage) and display.

  3. #3
    Join Date
    Apr 2008
    Posts
    29
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: how to display images in mosaic format?

    I need to create tiled image from multiple images.

  4. #4
    Join Date
    Jan 2006
    Location
    Bremen, Germany
    Posts
    554
    Thanked 86 Times in 81 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to display images in mosaic format?

    Create a new QImage and paint on it with QPainter

  5. #5
    Join Date
    Apr 2008
    Posts
    29
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: how to display images in mosaic format?

    Sorry, It is not as simple.Since it is GIS map I'm expecting for a solution to merge more than one images into a single image and display .
    Merging is the problem(based on lat/lon) .it needs to merged.

    Thank you for your suggestion

  6. #6
    Join Date
    Apr 2008
    Posts
    29
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: how to display images in mosaic format?

    Sorry, It is not as simple.Since it is GIS map, I'm expecting for a solution to merge more than one images into a single image and display .
    Merging is the problem(based on lat/lon).

    Tiling concept is available in gdal . The proper sequential use of it in Qt is what now I'm looking forward.

    Thank you for your suggestion

  7. #7
    Join Date
    Jan 2006
    Location
    Bremen, Germany
    Posts
    554
    Thanked 86 Times in 81 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to display images in mosaic format?

    I don't see what this has to do with Qt but ...

  8. #8
    Join Date
    Apr 2008
    Posts
    29
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: how to display images in mosaic format?

    As I told you before stitching more than one Image into a single image before displaying is what I need to do with Qt.

    Any function is available to append a QImage type to another QImage type and to display as single image.(without any space in between).

  9. #9
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to display images in mosaic format?

    Why cnt u make a function yourself ?

    or may be QImage::bitBlt might be useful to u ?

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
  •  
Qt is a trademark of The Qt Company.