Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. tiled image with image pyramid

tiled image with image pyramid

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 562 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    BinuJanardhanan
    wrote on last edited by BinuJanardhanan
    #1

    I am implementing an image viewer to render the tiled image. The image is of very large size (cannot fit into the memory fully) and have multiple resolutions (image pyramid).

    I have to show large images. We figure that the image needs to be broken into tiles,
    and only the needed tiles are loaded into memory. As you pan around
    the image, tiles are load off disk, kind of like google maps, It not for map viewing the application.

    Is there any opensource framework available?. Is there any solution in Qt?

    W 1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      The Graphics View Framework might be of interest as a starting point.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • B BinuJanardhanan

        I am implementing an image viewer to render the tiled image. The image is of very large size (cannot fit into the memory fully) and have multiple resolutions (image pyramid).

        I have to show large images. We figure that the image needs to be broken into tiles,
        and only the needed tiles are loaded into memory. As you pan around
        the image, tiles are load off disk, kind of like google maps, It not for map viewing the application.

        Is there any opensource framework available?. Is there any solution in Qt?

        W Offline
        W Offline
        wrosecrans
        wrote on last edited by
        #3

        @BinuJanardhanan You may want to check out OpenImageIO. It'll generate MIP maps for you, and work with very large tiled EXR's using a texture cache system to access a subset of the data that fits in memory.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved