Accessing Multipage TIFF file via byte offset in .NET?

L

Luke

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 ?
 
1

123456 adad

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 fil
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 a

imagename, byte offse
mydoc1,
hisdoc99, 479
herdoc88, 7589
and so on.

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

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

Previous Posts In This Thread:

Accessing Multipage TIFF file via byte offset in .NET?
I have a big (500+ MB) multipage TIFF image file and a database fil
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 a

imagename, byte offse
mydoc1,
hisdoc99, 479
herdoc88, 7589
and so on.

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

How can I access each page in this multipage tiff file via byt
offse
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/tutorial...60-65f18369f612/adonet-true-binary-seria.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top