Page 1 of 1

Reading all images of Multi Page TIF

Posted: Wed Dec 08, 2004 10:31 am
by ahurley
I'm using GFlax (love it!) and I have a multi page tif that shows up with the proper data in NumberOfImages, etc. However, I can't figure out how to load any page other than the first so that I can display it.

Is it possible to load any page other than the first in a multi page TIF?

Re: Reading all images of Multi Page TIF

Posted: Wed Dec 08, 2004 12:38 pm
by xnview
ahurley wrote:I'm using GFlax (love it!) and I have a multi page tif that shows up with the proper data in NumberOfImages, etc. However, I can't figure out how to load any page other than the first so that I can display it.

Is it possible to load any page other than the first in a multi page TIF?
You can use the property Page = ??

Posted: Wed Dec 08, 2004 10:48 pm
by ahurley
According to the help file, Page is a read only parameter. In ASP I try to use the following

gFlaxObj.Page = 1

and I get a broken link. Remove that line, and it works fine but I only see the first image in the TIF.

I've also tried .NextPage with no luck as well as it also make a broken image.

Thoughts or suggestions?

Posted: Wed Dec 08, 2004 10:55 pm
by ahurley
I finally solved it.

I was putting NextPage and the like AFTER the .SaveFormat command (modified image.asp) and that wasn't working. Thanks for the help and the great product.