473,466 Members | 1,396 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Displaying and manipulating TIFF files

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!!!
Nov 18 '05 #1
3 2028
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" <jp******@community.nospam> wrote in message
news:BE**********************************@microsof t.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!!!

Nov 19 '05 #2
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" <ks******@takempis.com> wrote in message
news:%2****************@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" <jp******@community.nospam> wrote in message
| news:BE**********************************@microsof t.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!!!
|
|
Nov 19 '05 #3
There are all kinds of classes in the System.Drawing namespace for doing
these kinds of functions.
There are also 3rd party solutions available can make these chores even
easier:
Here's one:
http://www.atalasoft.com/Components/.../WebForms.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"J Cristancho" <jp******@community.nospam> wrote in message
news:BE**********************************@microsof t.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!!!

Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: T. Davis | last post by:
In C#, I am able to successfully stream a TIFF image that comes from a BLOB field in a database, save it to file, then convert the pages within TIFF file into jpegs (using GDI+) and display on the...
0
by: Will Arrowsmith | last post by:
Hi All, I am trying to create a .tiff file to fax using the windows fax service FAXCOMLib. I have created an array of images (bitmaps) and converted them to 1pbb format in order to allow...
5
by: Shane Story | last post by:
I can seem to get the dimensions of a frame in a multiframe tiff. After selecting activeframe, the Width/Height is still really much larger than the page's actual dimensions. When I split a...
2
by: johnb41 | last post by:
In my app, I need to open up a multipage tiff file, and also display it's thumbnail images IN HIGH QUALITY. (High Quality meaning anti-aliased, and looking good; not rough and pixely) The...
3
by: CD | last post by:
An application is logging faxes sent in SQL2000 image column type. I have found code on the net but what it is doing is prompting to save to local which is fine for single page image. Not good...
1
by: amit gupta | last post by:
Hello, I am using QuarkXPress on Macintosh to generate EPS Files with Tiff Preview embedded in it. I have written some C code to extract Tiff Preview from EPS files generated which works pretty...
5
by: Sameer Gupta | last post by:
what are options for opening / handling tiff files in .Net framework ? which is the best library, namespace ? Please help Regards Sameer Gupta C# Designer & Developer Siemens UK
7
by: Ben | last post by:
Hi We are looking for a component that offers that offers the below for Tiff files: Image clean-up (deskew, despeckle) Printing capabilities from VB The ability to add text to image, e.g....
0
by: Magnus Bergh | last post by:
I am looking for some good solution to convert PDF files to TIFF (which in turn will be stored in a database). I know there are a bunch of commercial options out there but most are to expensive or...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.