Re: Displaying and manipulating TIFF files
From: Kevin Spencer (kspencer_at_takempis.com)
Date: 12/03/04
- Next message: Deasun: "RE: ASP.NET success stories?"
- Previous message: Kevin Spencer: "Re: Flash and .aspnet - finding a simple way to interchagne data - just starting up on .net?"
- In reply to: bruce barker: "Re: Displaying and manipulating TIFF files"
- Next in thread: Steve C. Orr [MVP, MCSD]: "Re: Displaying and manipulating TIFF files"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 3 Dec 2004 08:24:23 -0500
> but you certainly could do it on the fly.
Oh, you certainly could. bruce! That is what I meant to imply. In fact, I
have built ASP.Net pages that serve up images, using QueryString parameters
to customize the image returned. The ASP.Net page is the "src" attribute of
image tags in other pages.
-- HTH, Kevin Spencer .Net Developer Microsoft MVP Neither a follower nor a lender be. "bruce barker" <nospam_brubar@safeco.com> wrote in message news:eQ76rdM2EHA.1264@TK2MSFTNGP12.phx.gbl... > but you certainly could do it on the fly. > > study the System.Drawing classes. you can load a tiff into a bitmap, do your > modification, and render a gif to the browser. you will find clipping, > scaling (though not very adavanved), and drawing supported. you will need to > seach for contrast adj, etc. > > also several of the System.Drawing classes/methods are single threaded, so > you may have scaling issues using with asp.net. > > -- bruce (sqlwork.com) > > > > > > > "Kevin Spencer" <kspencer@takempis.com> wrote in message > news:%23NogTfL2EHA.3804@TK2MSFTNGP10.phx.gbl... > | The TIFF file format is not supported by any browser. You would have to > | convert the file to a GIF, JPG or PNG to display it in a browser. > | > | -- > | HTH, > | Kevin Spencer > | .Net Developer > | Microsoft MVP > | Neither a follower > | nor a lender be. > | > | "J Cristancho" <jp0918jp@community.nospam> wrote in message > | news:BEB65DEE-7451-4986-A677-9F95EDB88E95@microsoft.com... > | > I would like to know how to display and manipulate TIFF and multipage > TIFF > | > Files in my ASP.NET Applications. > | > > | > I know there's third party controls, but I'd like to do it myself > | > > | > Thanks!!! > | > | > >
- Next message: Deasun: "RE: ASP.NET success stories?"
- Previous message: Kevin Spencer: "Re: Flash and .aspnet - finding a simple way to interchagne data - just starting up on .net?"
- In reply to: bruce barker: "Re: Displaying and manipulating TIFF files"
- Next in thread: Steve C. Orr [MVP, MCSD]: "Re: Displaying and manipulating TIFF files"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|