Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139