IIS ASP - Splitting multiple tiffs into single pages

This is Interesting: Free IT Magazines  
Home > Archive > IIS ASP > May 2005 > Splitting multiple tiffs into single pages





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Splitting multiple tiffs into single pages
amitavabardhan

2005-05-18, 6:03 pm

How Can I extract multiple tiff images into single images through asp
programming?
Is there any free dll's that I can use in ASP to split multiple tiffs into
single tiffs?

Any suggestion regarding this issue will be highly appreciated.....
Roland Hall

2005-05-18, 6:03 pm

"amitavabardhan" wrote in message
news:F0866619-76AF-4689-96AA-3F6799D53486@microsoft.com...
: How Can I extract multiple tiff images into single images through asp
: programming?
: Is there any free dll's that I can use in ASP to split multiple tiffs into
: single tiffs?
:
: Any suggestion regarding this issue will be highly appreciated.....

Your message contradicts itself. Splitting something creates multiples, not
singles. Combining multiples creates a single.

Do you have multiple images that you would like to be one or one that you
would like to be many?
How would you define the split, if not combining, meaning split by length,
height, squares, rectangles, etc.?
And, how is the applied to your application. What is your current situation
and what is your goal?

Ex. I have a large tiff image that I would like to break into smaller
images so they page can render the images as it loads.

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp



amitavabardhan

2005-05-19, 7:48 am

Hello Roland,

I am sorry for the confusion...what I meant was extracting single page tiff
images from multi-page tiffs.
I would like to create an application that can automate the extracting of
the single page tiff images from multi page tiffs.

Hope that helps...

"Roland Hall" wrote:

> "amitavabardhan" wrote in message
> news:F0866619-76AF-4689-96AA-3F6799D53486@microsoft.com...
> : How Can I extract multiple tiff images into single images through asp
> : programming?
> : Is there any free dll's that I can use in ASP to split multiple tiffs into
> : single tiffs?
> :
> : Any suggestion regarding this issue will be highly appreciated.....
>
> Your message contradicts itself. Splitting something creates multiples, not
> singles. Combining multiples creates a single.
>
> Do you have multiple images that you would like to be one or one that you
> would like to be many?
> How would you define the split, if not combining, meaning split by length,
> height, squares, rectangles, etc.?
> And, how is the applied to your application. What is your current situation
> and what is your goal?
>
> Ex. I have a large tiff image that I would like to break into smaller
> images so they page can render the images as it loads.
>
> --
> Roland Hall
> /* This information is distributed in the hope that it will be useful, but
> without any warranty; without even the implied warranty of merchantability
> or fitness for a particular purpose. */
> technet Script Center - http://www.microsoft.com/technet/scriptcenter/
> WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
> MSDN Library - http://msdn.microsoft.com/library/default.asp
>
>
>
>

Roland Hall

2005-05-20, 7:54 am

"amitavabardhan" wrote in message
news:60E311D3-AA25-47BD-9473-1B868BC42A0A@microsoft.com...
: I am sorry for the confusion...what I meant was extracting single page
tiff
: images from multi-page tiffs.
: I would like to create an application that can automate the extracting of
: the single page tiff images from multi page tiffs.

I remember discussing this with someone a long time ago. I'll have to see
if I can find that discussion.

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp


amitavabardhan

2005-05-20, 6:03 pm

Roland, looking forward to your inputs

"Roland Hall" wrote:

> "amitavabardhan" wrote in message
> news:60E311D3-AA25-47BD-9473-1B868BC42A0A@microsoft.com...
> : I am sorry for the confusion...what I meant was extracting single page
> tiff
> : images from multi-page tiffs.
> : I would like to create an application that can automate the extracting of
> : the single page tiff images from multi page tiffs.
>
> I remember discussing this with someone a long time ago. I'll have to see
> if I can find that discussion.
>
> --
> Roland Hall
> /* This information is distributed in the hope that it will be useful, but
> without any warranty; without even the implied warranty of merchantability
> or fitness for a particular purpose. */
> technet Script Center - http://www.microsoft.com/technet/scriptcenter/
> WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
> MSDN Library - http://msdn.microsoft.com/library/default.asp
>
>
>

Tom B

2005-05-20, 6:03 pm

I ended up using some .Net code (C#) to do it, because it was relatively
easy.

I found the quality wasn't perfect, but it was close enough (my original
tiff's were faxes)

Let me know if you want me to post the code I have.
Tom B

"amitavabardhan" <amitavabardhan@discussions.microsoft.com> wrote in message
news:90B48DDA-D451-4093-8B1F-0B17D77210D3@microsoft.com...[vbcol=seagreen]
> Roland, looking forward to your inputs
>
> "Roland Hall" wrote:
>
of[vbcol=seagreen]
see[vbcol=seagreen]
but[vbcol=seagreen]
merchantability[vbcol=seagreen]
http://msdn.microsoft.com/downloads/list/webdev.asp[vbcol=seagreen]


Roland Hall

2005-05-21, 2:52 am

"amitavabardhan" wrote in message
news:90B48DDA-D451-4093-8B1F-0B17D77210D3@microsoft.com...
: Roland, looking forward to your inputs

After reading Tom's response, I remembered what that discussion was and it
was related to faxing and nothing to do with ASP. I did find something that
looks promising which also have a command-line version called nconvert.
It's free for non-commercial use.

http://www.xnview.com./

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp


amitavabardhan

2005-05-23, 8:00 am

Tom,

Unfortunately I will not be able to use your code because we do not have
..net set up in our office...We work only in the classical asp.

Thanks for all the help....

"Tom B" wrote:

> I ended up using some .Net code (C#) to do it, because it was relatively
> easy.
>
> I found the quality wasn't perfect, but it was close enough (my original
> tiff's were faxes)
>
> Let me know if you want me to post the code I have.
> Tom B
>
> "amitavabardhan" <amitavabardhan@discussions.microsoft.com> wrote in message
> news:90B48DDA-D451-4093-8B1F-0B17D77210D3@microsoft.com...
> of
> see
> but
> merchantability
> http://msdn.microsoft.com/downloads/list/webdev.asp
>
>
>

amitavabardhan

2005-05-23, 8:00 am

Thanks Roland...At least I have something to explore!

"Roland Hall" wrote:

> "amitavabardhan" wrote in message
> news:90B48DDA-D451-4093-8B1F-0B17D77210D3@microsoft.com...
> : Roland, looking forward to your inputs
>
> After reading Tom's response, I remembered what that discussion was and it
> was related to faxing and nothing to do with ASP. I did find something that
> looks promising which also have a command-line version called nconvert.
> It's free for non-commercial use.
>
> http://www.xnview.com./
>
> --
> Roland Hall
> /* This information is distributed in the hope that it will be useful, but
> without any warranty; without even the implied warranty of merchantability
> or fitness for a particular purpose. */
> technet Script Center - http://www.microsoft.com/technet/scriptcenter/
> WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
> MSDN Library - http://msdn.microsoft.com/library/default.asp
>
>
>

Roland Hall

2005-05-23, 5:59 pm

"amitavabardhan" wrote in message
news:1ACFD9D0-D4B4-4786-8B8F-F7A4F2881D47@microsoft.com...
: Thanks Roland...At least I have something to explore!

Good luck with it. I'd be interested in knowing how it works out.

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com