Width/Height field for images in MySQL

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Width/Height field for images in MySQL

    Hi, I have an extension that requires image width and height fields in mysql
    db, I have been unable to find the correct format for these fields. Does
    anyone know the correct field type to use and the correct format for the
    fields. I have tried pixel size alone and it does not recognize it.

    Thanks

    Shane

    Shane930 Guest

  2. Similar Questions and Discussions

    1. how to get stream width and height?
      hello; is there a way to get a streams width and heigh so that I can dynamically change the size of the video object? thanks dsdsdsdsd Chicago
    2. HTML to CFM - Width & Height probs..
      Heya, crated a page, saved as html, with tables that have a 100% height, however, when saving to cfm, the height set to 100% no longer displays...
    3. ActionScripting Width, Height, X, and Y ?
      ActionScripting Width, Height, X, and Y ? Anyone know what actionscript is involved in changing the width, height, x, and y data for a graphic...
    4. Stage width & height
      Has anyone else noticed that stage.width and stage.height report incorrectly when yopu test your movie at 100% Does anyone have a good way round...
    5. Can't control height and width
      When I draw a rounded rectangle, i can no longer get a Height and Width measurement readout from the properties window. It gives me 64000 for the...
  3. #2

    Default Re: Width/Height field for images in MySQL

    For the dynamic image extensions that require width and height dimensions in
    the DB table, I found that I had to put in at least 800 x 600 to get a window
    large enough to show my entire image. So in MySQL at least the width field was
    800 and the height field was 600. No quotes, dashes or pound signs needed.
    Just the number.

    I hope this helps

    Shane

    Shane930 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