Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: Read a TIFF with OpenGL?

  1. #1
    Junior Member Newbie
    Join Date
    Feb 2004
    Posts
    2

    Read a TIFF with OpenGL?

    Hi, everyone! Who could tell me how to read a TIFF image with OpenGL? Are there any good ways to show easyly the TIFF image to a viewport?

  2. #2
    Member Regular Contributor
    Join Date
    Apr 2001
    Posts
    354

    Re: Read a TIFF with OpenGL?

    Originally posted by Rain:
    Hi, everyone! Who could tell me how to read a TIFF image with OpenGL? Are there any good ways to show easyly the TIFF image to a viewport?
    reading a TIFF file is not in the scope of OpenGL. Use a specific lib for this (eg libtiff - www.libtiff.org)
    Then, when you have your image ready, you can pass it to OpenGL either through the texture mechanism or the pixel path.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •