Guys,
Any of you C/C++ Legendary programmer's could tell me how to split a Multipage TIFF file and save each page as a separate image writing code.
Printable View
Guys,
Any of you C/C++ Legendary programmer's could tell me how to split a Multipage TIFF file and save each page as a separate image writing code.
:mad:
Have you looked at wotsit.org for an explanation of the TIFF format?
I would suggest using libtiff.
And Where can I find this thingy ?????Quote:
Originally posted by parksie
I would suggest using libtiff.
Google.
You post in the VB Forum a lot - you really don't want to try this IMO.
Go into VB and use the Koadak ImgEdit & ImgAdmin controls.
They handle TIFF natively, and you can do the equivalent of BitBlt
on a rect of the screen to another tif image.
You can also do the same thing in C++.
Here is sample code for both languages I believe:
http://www.eistream.com/support_pro/...ample_code.htm
Kodak controls are worthless piece of crap .... thats what they are ...
And the site address you gave me uses these controls so apparently that site is crap too ....
I need it done through code ... no activex crap ..
Thanks for your help though ...:confused:
Wrong - they wrote the controls.
You then need to goto www.wotsit.org and start reading.
How about this C++ Image Library I found at the codeproject:
http://www.codeproject.com/bitmap/cximage.asp
You will learn ALOT from it!! And its FREE!! Otherwise just download the libtiff from their homepage and play with that!
AMAZING ... THANKS MOMAD.Quote:
Originally posted by MoMad
How about this C++ Image Library I found at the codeproject:
http://www.codeproject.com/bitmap/cximage.asp
You will learn ALOT from it!! And its FREE!! Otherwise just download the libtiff from their homepage and play with that!
No Problem.