Thread: How to get ImageData Part in TIFF

  1. #1
    Registered User
    Join Date
    Jul 2003
    Posts
    102

    How to get ImageData Part in TIFF

    Hi All,
    I have to get the Image Data part present in TIFF File. How can I know from which byte the Image Data starts. The Example given in TIFF6.0 file Manual is also not clear.
    Thanks in Advance,
    Saravanan.
    Saravanan.T.S.
    Beginner.

  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Try checking http://www.wotsit.org/.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  3. #3
    Registered User
    Join Date
    Jul 2003
    Posts
    102
    Hi,
    I have already visited that site but the info i needed is not there.
    Any solution??
    Saravanan.
    Saravanan.T.S.
    Beginner.

  4. #4
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Originally posted by saravanan_ts
    Hi,
    I have already visited that site but the info i needed is not there.
    Any solution??
    Saravanan.
    Yes it is. The TIFF image format is there. It tells you how to create and read TIFF files by giving you the information on how TIFF files are set up. With that information you can write your own function to pull any data you need from a TIFF.

    Quzah.
    Hope is the first step on the road to disappointment.

  5. #5
    Registered User
    Join Date
    Jul 2003
    Posts
    102

    I am having TIFF6.0 from Adobe

    Hi,
    The details given in http://www.wotsit.org/search.asp?page=9&s=graphics is very few than TIFF6.0 from adobe. I am referring from TIFF6.0 manual and One Bilevel Image file example.
    Saravanan.
    Saravanan.T.S.
    Beginner.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to get domain part from URL
    By George2 in forum C# Programming
    Replies: 2
    Last Post: 07-23-2008, 12:06 PM
  2. How to get a part of a string from a point onwards
    By pseudonoma in forum C Programming
    Replies: 2
    Last Post: 03-22-2008, 04:09 PM
  3. Replies: 9
    Last Post: 07-11-2006, 04:28 AM
  4. Suspicious Pointer Conversion
    By mr_spanky202 in forum C Programming
    Replies: 35
    Last Post: 04-11-2003, 12:35 PM