Windows Vista Forums

Accessing Multipage TIFF file via byte offset in .NET?
  1. #1


    Luke Guest

    Accessing Multipage TIFF file via byte offset in .NET?

    I have a big (500+ MB) multipage TIFF image file and a database file
    which contains index to each image in the TIFF file.

    The scheme of the database is very simple.




    imagename (text)
    byte offset (integer)


    So, it would list as


    imagename, byte offset
    mydoc1, 8
    hisdoc99, 4795
    herdoc88, 75890
    and so on..


    I've searched internet for accessing each image in multipage TIFF
    file, and only found methods to access image via page number, but not
    via byte offsets.


    How can I access each page in this multipage tiff file via byte
    offset
    in either C#, VB.net ?

      My System SpecsSystem Spec

  2. #2


    123456 adad Guest

    dada

    dads



    Luke wrote:

    Accessing Multipage TIFF file via byte offset in .NET?
    18-Apr-08

    I have a big (500+ MB) multipage TIFF image file and a database file
    which contains index to each image in the TIFF file.

    The scheme of the database is very simple.


    imagename (text)
    byte offset (integer)


    So, it would list as


    imagename, byte offset
    mydoc1, 8
    hisdoc99, 4795
    herdoc88, 75890
    and so on..


    I've searched internet for accessing each image in multipage TIFF
    file, and only found methods to access image via page number, but not
    via byte offsets.


    How can I access each page in this multipage tiff file via byte
    offset
    in either C#, VB.net ?

    Previous Posts In This Thread:

    On Friday, April 18, 2008 1:29 AM
    Luke wrote:

    Accessing Multipage TIFF file via byte offset in .NET?
    I have a big (500+ MB) multipage TIFF image file and a database file
    which contains index to each image in the TIFF file.

    The scheme of the database is very simple.


    imagename (text)
    byte offset (integer)


    So, it would list as


    imagename, byte offset
    mydoc1, 8
    hisdoc99, 4795
    herdoc88, 75890
    and so on..


    I've searched internet for accessing each image in multipage TIFF
    file, and only found methods to access image via page number, but not
    via byte offsets.


    How can I access each page in this multipage tiff file via byte
    offset
    in either C#, VB.net ?


    Submitted via EggHeadCafe - Software Developer Portal of Choice
    ADO.NET True Binary Serialization / Compression of DataSets
    http://www.eggheadcafe.com/tutorials...ary-seria.aspx

      My System SpecsSystem Spec

Accessing Multipage TIFF file via byte offset in .NET? problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
TIFF file highlight area C# example? JimB .NET General 0 08 Oct 2009
Can't print tiff file with Vista tpretz Vista print fax & scan 3 17 Apr 2009
Vista tiff file association problem TSA Vista General 1 10 Nov 2008
Zip file data loss, zero-byte file Paul A. Vista General 0 07 May 2007
Outputting to file as a byte stream Keith Hill [MVP] PowerShell 8 21 Aug 2006