Image is cropped after retrieving from SQL

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Image is cropped after retrieving from SQL

    Hi, I've got the following problem.
    I'm storing images in an image field in SQL Server 2000.
    When displaying images on the website they are croped.
    The dimensions of the images is intact i.e. 200X100 but I got 198X98
    viewable area and the rest is blank!!!!
    izumrudy Guest

  2. Similar Questions and Discussions

    1. Cropped PDF . . . but is it really?
      I often have to take large PDFs, crop them & reduce the file size for use on the web. I have noticed that if I take an 8-1/2"x11" PDF, and crop it...
    2. Retrieving Image from Oracle 10g
      Hi all, We have some customers that use Oracle and have their images stored with Intermedia. So we goten our selves into that now and can store...
    3. Storing and retrieving image files in a database
      hi JerkyRobot I can see no one answered your question. here is the answer. a few things you will have to do before this will work. 1) you need to...
    4. Cropped PDF in InDesign
      I use Acrobat 6 to crop a PDF. I save the PDF. When I place the PDF on an InDesign 2 document, the original PDF appears. What was cropped out...
    5. Cropped pages print un-cropped
      This is Acrobat 5.0.5. I scanned several multi-page documents, using a sheet-fed flatbed scanner. Unfortunately, the scanner doesn't auto-crop....
  3. #2

    Default Re: Image is cropped after retrieving from SQL

    Are you sure it's not an html issue? Make a page that has no html anything
    anywhere other than your <img> tag.

    Ray at work

    "izumrudy" <rudy@amexy.com> wrote in message
    news:25a7bbe5.0310220534.486c3913@posting.google.c om...
    > Hi, I've got the following problem.
    > I'm storing images in an image field in SQL Server 2000.
    > When displaying images on the website they are croped.
    > The dimensions of the images is intact i.e. 200X100 but I got 198X98
    > viewable area and the rest is blank!!!!

    Ray at Guest

  4. #3

    Default Re: Image is cropped after retrieving from SQL

    Thanks ray. Everything seems to be OK today. I've reinstalled the
    iexplorer, the problem is solved.
    izumrudy 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