Ask a Question related to ASP.NET General, Design and Development.
-
Ken #1
TIFF Files
Are there any good code examples to display TIFF images from a SQL Server
2000 database on a web page? I have been searching the web and various
newsgroups and have come up with very little.
Thanks,
Ken
Ken Guest
-
Looking for Vignetting option with tiff files
Can I find the same controls for vignetting as found in Photoshop's CS Raw import, that I can apply for opening tif files. I like the added edge... -
RAW images processed to 16 bit tiff files with CANON file viewer utility
When processing raw images to 16 bit tiff files shot on the canon 10d with the canon file viewer utility, the images appear about two stops... -
TIFF files crashing FHMXa
Just downloaded and installed FHMXa on PC win2000 Importing RGB and CMYK Tiffs results into a new empty FH document results in an instant crash... -
Extracting EXIF/IPTC info from jpeg/tiff image files
Hi everybody I need to extract the information (EXIF and IPTC) from jpeg/tiff image files. After that i have to allow my client to modify and put... -
Extracting EXIF/IPTC info from jpeg and tiff files
Hi everybody I need to extract the information (EXIF and IPTC) from jpeg/tiff image files. After that i have to allow my client to modify and put... -
Kevin Spencer #2
Re: TIFF Files
You would have to convert them on the fly to GIF or JPG in order to be able
to view them in most browsers.
HTH,
Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
[url]http://www.takempis.com[/url]
Big things are made up of
lots of Little things.
"Ken" <k_schallmo@hotmail.com> wrote in message
news:u$EZDpOPDHA.2316@TK2MSFTNGP11.phx.gbl...> Are there any good code examples to display TIFF images from a SQL Server
> 2000 database on a web page? I have been searching the web and various
> newsgroups and have come up with very little.
>
> Thanks,
> Ken
>
>
Kevin Spencer Guest
-
Michael Pearson #3
Re: TIFF Files
Try [url]http://www.sqlteam.com[/url]
I belive there is an article there about IMAGE datatypes.
You could also post in the forum, but most folks will tell you it's bad
practice to store images in the database. You should stored the files on
disk, and store the PATH to teh files in the database.
Micahel
"Ken" <k_schallmo@hotmail.com> wrote in message
news:u$EZDpOPDHA.2316@TK2MSFTNGP11.phx.gbl...> Are there any good code examples to display TIFF images from a SQL Server
> 2000 database on a web page? I have been searching the web and various
> newsgroups and have come up with very little.
>
> Thanks,
> Ken
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
Version: 6.0.493 / Virus Database: 292 - Release Date: 6/25/2003
Michael Pearson Guest



Reply With Quote

