Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Splitting multiple tiffs into single pages

Reply
Thread Tools

Splitting multiple tiffs into single pages

 
 
amitavabardhan
Guest
Posts: n/a
 
      05-18-2005
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.....
 
Reply With Quote
 
 
 
 
Roland Hall
Guest
Posts: n/a
 
      05-18-2005
"amitavabardhan" wrote in message
news:F0866619-76AF-4689-96AA-...
: 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



 
Reply With Quote
 
 
 
 
amitavabardhan
Guest
Posts: n/a
 
      05-19-2005
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-...
> : 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
>
>
>
>

 
Reply With Quote
 
Roland Hall
Guest
Posts: n/a
 
      05-20-2005
"amitavabardhan" wrote in message
news:60E311D3-AA25-47BD-9473-...
: 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


 
Reply With Quote
 
amitavabardhan
Guest
Posts: n/a
 
      05-20-2005
Roland, looking forward to your inputs

"Roland Hall" wrote:

> "amitavabardhan" wrote in message
> news:60E311D3-AA25-47BD-9473-...
> : 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
>
>
>

 
Reply With Quote
 
Tom B
Guest
Posts: n/a
 
      05-20-2005
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" <> wrote in message
news:90B48DDA-D451-4093-8B1F-...
> Roland, looking forward to your inputs
>
> "Roland Hall" wrote:
>
> > "amitavabardhan" wrote in message
> > news:60E311D3-AA25-47BD-9473-...
> > : 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
> >
> >
> >



 
Reply With Quote
 
Roland Hall
Guest
Posts: n/a
 
      05-21-2005
"amitavabardhan" wrote in message
news:90B48DDA-D451-4093-8B1F-...
: 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


 
Reply With Quote
 
amitavabardhan
Guest
Posts: n/a
 
      05-23-2005
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" <> wrote in message
> news:90B48DDA-D451-4093-8B1F-...
> > Roland, looking forward to your inputs
> >
> > "Roland Hall" wrote:
> >
> > > "amitavabardhan" wrote in message
> > > news:60E311D3-AA25-47BD-9473-...
> > > : 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
> > >
> > >
> > >

>
>
>

 
Reply With Quote
 
amitavabardhan
Guest
Posts: n/a
 
      05-23-2005
Thanks Roland...At least I have something to explore!

"Roland Hall" wrote:

> "amitavabardhan" wrote in message
> news:90B48DDA-D451-4093-8B1F-...
> : 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
>
>
>

 
Reply With Quote
 
Roland Hall
Guest
Posts: n/a
 
      05-23-2005
"amitavabardhan" wrote in message
news:1ACFD9D0-D4B4-4786-8B8F-...
: 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


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
resolve single line with multiple items into mutliple lines, single items ela Perl Misc 12 04-06-2009 06:47 PM
Displaying tiffs, jpegs, gifs from a directory kmazur@corp.oprs.org ASP .Net 1 05-04-2006 04:25 PM
Re: Splitting up the definitions of a class into different files (splitting public from private)? John Dibling C++ 0 07-19-2003 04:41 PM
Re: Splitting up the definitions of a class into different files (splitting public from private)? Mark C++ 0 07-19-2003 04:24 PM
Re: Splitting up the definitions of a class into different files (splitting public from private)? John Ericson C++ 0 07-19-2003 04:03 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57