Extract single image from multipage TIFF

B

Becker

I have a two page TIFF document. I simply want to create an array of image
and put the two pages of this multipage tiff in this array for some further
processing on seperate "images."

The problem is that i can use the image.selectactiveframe to get to the
individual page, but everytime i tray to say:

img(icount) = myimg.SelectActiveFrame(oFDimension, iCount)

The problem is that the entire tiff is put into img(icount). Any ideas?

Thanks,
Ben
 
K

Ken Tucker [MVP]

Hi,

Maybe this will help.
http://www.bobpowell.net/addframes.htm


Ken
------------
I have a two page TIFF document. I simply want to create an array of image
and put the two pages of this multipage tiff in this array for some further
processing on seperate "images."

The problem is that i can use the image.selectactiveframe to get to the
individual page, but everytime i tray to say:

img(icount) = myimg.SelectActiveFrame(oFDimension, iCount)

The problem is that the entire tiff is put into img(icount). Any ideas?

Thanks,
Ben
 

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